Okay
  Public Ticket #222749
font color of page header
Closed

Comments

  • Hamed started the conversation

    Hi,

    Can you check that color of page header text works or not?

    For example "Summer Sale" in shop page:

    http://themenectar.com/demo/salient/shop/

    It's not working for me!

  •  8,472
    Tahir replied

    Hey!

    Please update to Salient Theme Version 4.1.1 .

    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 

  • Hamed replied

    I'm using Salient 4.5.1

    But still can't change color of header text in shop page.

    I change it from page header options, but it remains White color.

  •  8,472
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel:

    body.post-type-archive-product #page-header-bg h1 {
        color: #DA9191 !important;
    }
    body.post-type-archive-product #page-header-bg span {
        color: #DA9191 !important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team