• I am using the Kadence template on a local website (am using xampp) and am wanting to change the color of
    different columns on the top row of the header like this website:https://www.cliniqueaurora.com/
    so the top bar is two different colors (orange and black). I cannot see this option in the style customiser for changing the color
    of individual columns in the top bar row so
    will probably have to edit the css.

    I have tried to find the class for the right end column using the inspector which is:
    .site-header-section-right
    I tried to change the background color to green in the add custom css in the customiser:
    .site-header-section-right{background-color:green!important;}

    This created a large colored block rather than just coloring the row.

    Do I need to add an id to this column? I can’t see where I do this.

    Also when styling with css is it best to use the !important override?
    I am new to css styling in wordpress so any help or suggestions on how to create two colors for a top bar would be great.
    Many Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Change color of top row columns’ is closed to new replies.