Okay
  Public Ticket #1588405
Links and Submenu
Closed

Comments

  •  1
    CIOA1975 started the conversation

    Hi,


    First congrats for the great template. I'm having some (simple) issues that I would like to be able to address. I already read all the public tickets but I couldn't find any answer, so here they are:

    1 - I would like to hide the link information on the footer when we mouseover  the portfolio categories on the home page. Is it possible?

    2 - Also on the home page I would like to reduce the space between the picture and the title of the portfolio category (on the carousel).

    3 - Why I can edit some of the sub-menu titles (on the portfolio menu) and others I can't? I would like to edit them to make the names shorter on the sub-menu but some of them in the 'customise' appear in grey. How can I change it? 


    Thank you in advance for your help,

    Carlos


  •  291
    Paul replied

    Hi Carlos!

    Regarding your questions:

    1. Hmm, I am not sure what is the link information you mentioned. Could you please elaborate, perhaps with a screenshot?

    2. You can use this custom CSS to reduce the space between portfolio images (also titles):

    .portfolio-item {
        margin: 0 1.6% 0 0;
    }
    .portfolio-title {
        top: -3%;
    }
    

    3. Strange. Normally, you can go to "Appearance > Menus" to edit the titles. Did you mean you was not able to do that on this Menus page? Could you please send me the login account so I can help you check it?

    * Don't forget to mark your reply as Private when sending me the credential.

    Regards,
    Paul

  •   CIOA1975 replied privately
  •  291
    Paul replied

    The link information showing there is from the web browser itself, not from the theme. So, I am afraid we do not have any control over it.

    To adjust the font size of the sub-menu, please go to "Appearance > Customize > Logo & Menu Area Styles" then scroll down to the section near the bottom. You will see the option there (screenshot: https://cl.ly/rsVf ).

  •   CIOA1975 replied privately
  •  291
    Paul replied

    You're most welcome, Carlos. Glad I could help.