Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter proletaria

    (@proletaria)

    Excuse me but I resolved ??

    W3 Total Cache was in conflict with Expound, so I disabled that plugin.

    Now, I have two new questions, is it possible to bring out my header image of the white body? (My header image has a transparent background ?? )

    And how can I change buttons colour? (Like “continue reading ->” button)

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    What’s the compatibility issue with W3 Total Cache? Was it the CSS minification that broke or was it something else?

    Here’s how I would set my header background to transparent with CSS:

    #page { background: transparent; }
    .site-main { background: white; }

    You can change the buttons color with CSS as well. Just look for the “.button-primary” in the expound.css file and write a rule with the similar selectors in your Custom CSS.

    Hope that helps!

    Thread Starter proletaria

    (@proletaria)

    I think was the CSS minification.
    Thanks for helps, I changed buttons and I resolved my problems with header. You’re great! Thanks ??

    Thread Starter proletaria

    (@proletaria)

    Another little questions… how can I activate social network icons on menu bar? And is it possibile to reduce the distance between my image header and the top of the page’s background? Thanks!

    I would also be interested to know how you activated the social media buttons in the menu bar ??

    Hi – I’m having the same issue proletaria had (but I havent resolved it!) regarding the white space around the header image. How do I size the header image so it takes up all the page-header space. Changing the size in the below CSS does not work???

    .site-title a {
    background: url(‘https://chloesweb.co.nz/wmy url here/Logo1.png’) 0 0 no-repeat;
    width: 900px;
    height: 150px;
    text-indent: -9999px;
    }

    KK, used the code above:

    #page { background: transparent; }
    .site-main { background: white; }

    Modified my CSS using the Edit CSS option you get when Jetpack is installed and perfect.

    Thanks for your help.

    Going to rate the theme now.

    Reid

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Refine header and other questions’ is closed to new replies.