• Hey, just wanted to ask how to change the hover color to green of the header menu, and kindly tell how to add full width images on other pages other than Home.

Viewing 1 replies (of 1 total)
  • Hi Bilalkh,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    #header .header-links > ul > li a:hover {
      color: red;
    }

    For full-width images, you can take a look here (see: https://prntscr.com/gbki5w).

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Change Hover Color’ is closed to new replies.