Viewing 12 replies - 1 through 12 (of 12 total)
  • What do you mean by main heading? I’m trying to figure out how to change the white post backgrounds and the sidebar backgrounds. not sure if they are an image or if it is code. Does anyone know?

    did you ever figure this out?

    Thread Starter rubaduck

    (@rubaduck)

    Never figured it out, think it was pulling the colour from the background. Tried everything to change it in CSS but to no avail. I did email the author but never got a reply.

    Shame as I really liked that theme and the heading was the only part that spoilt it.

    what’s your page link? i can figure it out for you

    i use this theme and pretty much have it all figured out
    let me know if i can help with anything so you can use it

    Thread Starter rubaduck

    (@rubaduck)

    https://cjv.aber-builders.co.uk/

    Its the main heading just under the rainbow at the top of the page ‘Community Justice Volunteering’. I’ve read a few HTML5 and CSS books but just can’t change the color of the text, the rollover color is fine but the static font colour when the page loads is unreadable in certain browsers.

    Thanks in advance.

    the light blue color of the main heading is here:

    a, a:visited {
    color: #00A8CC;
    text-decoration: none;
    }

    change the 00A8CC to the color you wish

    and the rollover color is

    a:hover {
    color: #00468C;
    text-decoration: none;
    }

    you can find this in style.css

    oh hey, what widget did you use for your testimonials in the sidebar?? it’s great!

    Thread Starter rubaduck

    (@rubaduck)

    Wow, thank you that works prefectly ?? Why didn’t I see that!

    The testimonials widget is called ‘Testimonials Widget’ Testimonial widget plugin helps you display testimonials in a sidebar on your WordPress blog.
    Version 0.2.4 | By comprock, j0hnsmith

    Works great in some themes but awful in others, shame really as it’s a nice plugin.

    Thanks for your help again ??

    no problem! glad i could help ??
    anything else i can help with this theme, just let me know

    Thread Starter rubaduck

    (@rubaduck)

    oops, turned the heading to white and all my links dissapeared. Just changed it all to black.

    Thanks again, its a great looking theme btw

    it’s because that’s the “visited” color, meaning if you’ve visited that link, all visited links on the site will be that color. what i would recommend is to turn off the hyperlink of that heading so you can control the color of it. and leave the a:visited as the color you want for your site links

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Theme: Cloudy Blue Sky] Color of Main Heading’ is closed to new replies.