Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #322177

    I can't change the text folor for Sidebar Title

    also headings (H*) is same color (yellow) and I can’t find this setting.

    thanks in advance.

    #322204

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #322292

    Sure, http://yazhou.se

    • This reply was modified 10 years, 9 months ago by pike2k.
    #322321

    Hey!

    Try adding this code to the Quick CSS:

    .widgettitle {
        color: white !important;
    }

    Adjust as needed.

    Cheers! 
    Josue

    #322541

    Thanks but it didn’t work. I added it exactly like you said with white, and as you can see, it’s still the same yellow color.

    Any other ideas ?

    #322550

    Hi!

    You have put double dots in the selector:

    ..widgettitle {
        color: white !important;
    }

    It should be:

    .widgettitle {
        color: white !important;
    }

    Cheers!
    Josue

    #322551

    Hi!

    You have put double dots in the selector:

    ..widgettitle {
        color: white !important;
    }

    It should be:

    .widgettitle {
        color: white !important;
    }

    Cheers!
    Josue

    #322623

    Yes, I had, because I first tried to edit the color to a RGB value and failed and then I (for some reason) tried to copy the code from the email I got of this conversation and in this email it says ..widgettitle for some reason.

    Thanks for clearing this up, now I will find out how to set my wanted RGB color, but that is my problem, not yours (I rarely edit CSS you see).

    Does this CSS also affect Header formatting in content then ?

    Thanks for your help.

    #322664

    Hi!

    No, this will only affect widget titles.

    Best regards,
    Josue

    #322729

    Ok, understood. But then I must ask again, how do I change color for Headings in Content ? The color was the same unchangeable Yellow color as Widget Title.

    Are these bugs or what ? Am I missing a setting or missing something that is already documented ?

    Regards.

    #322733

    Hi!

    You can change those using the Advanced Style Editor, take a look at this video:

    Best regards,
    Josue

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.