Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #261957
    writenewbie
    Participant

    Hello all,

    This might sound simple, but I cannot find a place to change the reddish pink header color (same color of the header if you don’t use a picture). Thats it… thank you

    Color and look of the headers that I cannot change.

    #262083
    tikaram
    Keymaster

    @writenewbie: Please post in your site URL so that I can provide you the fix.

    Regards,
    Tikaram

    #262274
    ftupholstery
    Participant

    Hi
    Having the same issue how did you resolve it?
    Many Thanks

    #262359
    tikaram
    Keymaster

    @ftupholstery: Please post in your site URL.

    Regards,
    Tikaram

    #262535
    ftupholstery
    Participant
    #262598
    tikaram
    Keymaster

    @ftupholstery: Can you please let me know which part of the site you are trying to change the color and also the desired color.

    Regards,
    Tikaram

    #262645
    ftupholstery
    Participant

    Hi @tikaram
    when you move away from the front page- Contact and GAllery page the top header with FT Upholstery in it is orange/pink. i would like to change to black or to green (the green in logo) not sure yet need to change and see which ones works best.
    hoe do you remove the search function
    Many Thanks
    Sophie

    #262704
    tikaram
    Keymaster

    @ftupholstery: Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css to change the color of the header.

    .site-header {
    	background-color: #color-code;
    }

    Note: change #color-code to the desired color code. You can search for color code and replace with your desired color.

    To remove search function add the following css.

    #primary-search-wrapper {
        display: none;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Changing header / text color from the original red/pink’ is closed to new replies.