Okay
  Public Ticket #359268
Sub Menus Cut Off & Wrong coloured font
Closed

Comments

  •  1
    Joe started the conversation

    hey there.

    if i create a sub menu in my portfolio, the displayed 'header' is cut off....

    I don't seem to be the first one with this problem. I cam across a post from joe88 with the same problem and the salient support told him that they will fix this issues with the next update. (See link enclose)

    This was ten months ago... would be great to get this fixed.

    Thank you.

    http://themeforest.net/item/salient-responsive-mul...

  •  8,441
    Tahir replied

    Hey!

    Please update to Salient Theme Version 5.0 .

    Please take a backup of your theme folder before you update so that if there are any changes made to the theme files they are not lost.
    You can update your theme by downloading a fresh copy from ThemeForest, deleting the current version you have on your server and uploading the new.
    It's recommended that you use FTP, but this also can be done with the WP dashboard if you prefer. The reason FTP is superior for this is because the theme won't have to be deactivated during the process so you won't have to reassign your widgets. If you're
    interested in keeping up to date with the latest changes and fixes, please refer to the changelog: http://themenectar.com/changelogs/salient.html
    Also, remember to clear your browser cache after each update if you notice anything off. Old theme files can persist in your local cache and make you think something's wrong.
    Also please see this FAQ: http://themenectar.ticksy.com/faq/2252 .

    Thanks


    ThemeNectar Support Team 

  •  1
    Joe replied

    I already made a backup and I am already running Version 5.0
    Problem still exists..... Its a real bugger.

    Please any other help than just replying with this automated message....

  •  8,441
    Tahir replied

    Well can you provide a site url so i can check if you are running 5.0 or not and see the site in my browser and try to solve it with some custom css ?. 

    Thanks 


    ThemeNectar Support Team 

  •   Joe replied privately
  •  8,441
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    .row .col.section-title h1 {
        top: -2px;
        line-height: 1.5em !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  •  1
    Joe replied

    yes, that one works.

    just had to change the height from 1.5 to 1.8 in order it being not curt off.

    But right now the colour of the sub-dropdown menu fir the word 'Landscapes' is still white rather than grey... #444444

    do i have to set an 'important!' css code, and if so, can you please provide the entire code, so i only have to copy paste it?

    Thanks in advance again.

  •  8,441
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body .row .col.section-title h1 {
        color: #444 !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  •  1
    Joe replied

    hey Tahir,

    thanks for the custom CSS to change the colour. It worked great for the headlines of the sub-drop-down menu.

    But now many headlines wich are supposed to be white are dark grey as well.

    Can you please provide me the correct code so I get the following result:

    1. when i click on a project, the header font-colour should be white (see screenshot nr. 1: the word 'Elision' should stay white, not dark grey)

    2. only the words filtered using the sub-drop-down menu should be dark grey (see screenshot nr. 2: the tags (here: 'Aerialscapes') should stay dark grey (#444444)

    Thanks again in advance.

    best

    joe

  •  8,441
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single-portfolio #page-header-bg h1 {
        color: #fff !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  •  1
    Joe replied

    great, thanks.