• drica100

    (@drica100)


    Hello please, I would like to leave the top area (head, where is Logo and Menu) with “black” color background. it’s possible? How to make this change?
    Thanks so much

Viewing 4 replies - 1 through 4 (of 4 total)
  • salsaturation

    (@salsaturation)

    Hi drica100

    Please give a link to your site.

    wensolutionsupport

    (@wensolutionsupport)

    Hello @drica100

    To change the background color of the header area use below CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below CSS.

    header#masthead {
        background-color: #000;
    }

    If you want more dedicated and swift support on the theme, please visit the theme’s official support forum given below.

    https://themepalace.com/forum/clean-corporate/

    Thread Starter drica100

    (@drica100)

    Thank you! My problem now is the color of the Links, which would need to be clearer to stand out from the background ….

    wensolutionsupport

    (@wensolutionsupport)

    Hello @drica100,

    To change the color of the link you can use below CSS.

    .main-navigation ul li a {
        color: #4fc3dd;
    }

    Hope this helps.

    Best Regards!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change the color of the head / top?’ is closed to new replies.