• Resolved Sehyo

    (@sehyo)


    Hi I would like to add an image to the very left of the navigation bar and change its colour. What css would I need to add for this?

    Thanks 🙂

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi Sehyo,

    To add an image, you would need to create a child theme, duplicate header.php and enter an image tag with a link to the image you want to use directly before the line <ul class="main-menu"> in header.php. You would also have to make some changes to style.css to make sure the image is styled properly.

    To change the background color, you can either use a child theme or a custom CSS plugin and enter the following code:

    .navigation.section { background-color: #XXX; }

    Replace XXX with the hex code you want to use.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Style navigation bar?’ is closed to new replies.