Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #268294
    RakeGroup
    Participant

    Hi There

    I found the thread below but don’t know where to find the colour codes:

    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

    Assistance please?

    #268337
    tikaram
    Keymaster

    @rakegroup: You can easily find the color codes if you perform a google search with keyword html color codes.
    example : #ffffff is the color code for white color. You can select your desired color and replace the #color-code with
    your color code. Let me know if you need any further assistance.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing Header and Search Button Colour’ is closed to new replies.