• Hello,

    My site https://www.gaming-defined.com is using the Virtue theme and I have 2 things I would like to change but cannot find the code to do so.

    There is a gap between the header and the slider that I would like to close so they sit flush together. The other is to find out where the sidebar styling is as I would like to edit the look, again, cannot find it in the theme editor files.

    Any help would be great!

Viewing 3 replies - 1 through 3 (of 3 total)
  • To close the gap, try this custom css at Appearance > Theme Options > Advanced Settings:

    .contentclass {padding-top:0}

    Best not to edit the theme files as any changes may be overwritten by theme updates. Put your changes in custom css as above. Any custom css styles take precedence over theme styles.

    Thread Starter cel1189

    (@cel1189)

    What a legend it worked, thanks man!

    I’m still stuck on the the side-bar but im gonna try a few things, all I want to do is make it look ‘flat-style’ just colour background with white text to list my product catagories.

    I picked up these 2 bits of code:

    #sidebar{background-color:#E31230;}

    #sidebar h3{color:#6F4242;}

    Doesn’t seems to have had an effect on the site though….

    Its a # for an id and a . for a class, so:

    .sidebar{background-color:#E31230;}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar and styling issues’ is closed to new replies.