• I am trying to remove the sidebar widget so my page runs 100% width.
    Can anyone help with some Custom css code please?
    Also on the menu bar I would like to change the font colour of the block that hovers over the link from black to white?

    leighross.online

Viewing 2 replies - 1 through 2 (of 2 total)
  • as far as I can see, there is no widget sidebar visible in your site – all content seems to be centered.

    can you post a screenshot or a link to a web page where the issue is clearly visible?

    also, as your site is based on Twenty Thirteen, please consider to post your questions in https://www.ads-software.com/support/theme/twentythirteen

    re menu hover background color, try adding this (into style.css of a child theme or via a custom CSS plugin):

    .nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus
    {
      background-color: #fff;
    }
    Thread Starter leighross

    (@leighross)

    I posted that code but it had no effect.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I need help to remove the widget sidebar’ is closed to new replies.