Home Forums Aside WordPress Theme Change dark grey background when hovering on sidebar?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10235
    dtang7d
    Participant
    Purchased
    Expired

    How can I change the colour of the dark grey background that appears behind the page when I hover over the sidebar?

    http://www.redfoxfilms.com.au

    And on this topic, in the portfolio, how do I change the colour of the background that appears when you hover over a thumbnail and it spins (currently white text on dark grey)? Is there a way to adjust the text font size here as well?

    http://www.redfoxfilms.com.au/portfolio/

    Thanks kindly!

    David

    #10237
    SeaTheme
    Keymaster
    Purchased
    Expired

    Please login wp-admin, go to Theone / General Settings / Custom Css
    Paste the style code to Custom Css:

    How can I change the colour of the dark grey background that appears behind the page when I hover over the sidebar?

    body,#wrap{ background-color:#333; }

    …I change the colour of the background that appears when you hover over a thumbnail and it spins (currently white text on dark grey)?

    The background color is based on this post’s feature color. If you want to change default(dark grey), try to use cusotom css:

    .flip_wrap_back_bg.post-bgcolor-default {
        background-color: #333;
    }

    This custom css is for font size

    .flip_wrap_back_con h2 {
        font-size: 16px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.