• I love this theme, but I am having trouble customizing the background color of headings in my site. The Customization used to work, but no longer does. I’ve tried disabling all the plug-ins without success. Can you help?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Could you share your website link?

    Vilius

    Thread Starter lionpix

    (@lionpix)

    Hi Vilius,

    It’s http://lionpix.org

    I was also wondering if it’s possible to hide the Sitename/tagline (but not the Featured Image) on pages other than the Home page.

    Thank you!
    Andrea

    If I have understood You correctly, try this code:

    h2.site-description {
        background-color: transparent;
    }

    Actually for me this code looks better:

    h2.site-description {
        background-color: rgba(0,0,0,0.4);
        color: white;
    }

    Well, hope it helped 🙂

    “I was also wondering if it’s possible to hide the Sitename/tagline (but not the Featured Image) on pages other than the Home page.”

    Yes, of course it is possible!

    Thread Starter lionpix

    (@lionpix)

    Hi, This did not seem to work. Perhaps because I entered it in the wrote place in the file. Was there a piece of code I should have taken out when I inserted this one?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Customizing w/ Easy Goggle Fonts’ is closed to new replies.