• Resolved voyancestories1

    (@voyancestories1)


    Hi,

    I would like to customize the background color of the ‘Top Header’ section, where the hastags and Top Header menu appears.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • hello, first, excuse my poor english, I’m french…

    For customizing the background color of the ‘Top Header’ section, you’ll need write custom css in appearance/custom CSS, for example :
    #top-header {
    background: #ECEEF2;
    }
    for background hashtags section and color of the hashtags’s text :
    .wrap-label {
    background-color: #ECEEF2;
    color:#242424;
    }
    for color of text menu:
    #top-header ul li a {
    color:#242424;
    }
    for color of icon :
    .wrap-label i {
    color:#CF2E87;
    }
    for color of tags :
    .trending-wrapper a {
    color:#CF2E87;
    }
    kind regards

    Thread Starter voyancestories1

    (@voyancestories1)

    Thanks. Much appreciate that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the background color of Top Header section’ is closed to new replies.