Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #22293

    1. For some reason, I can’t change the text color in my posts.

    2. The predefined color styles also changes all of my bold texts into it’s color scheme. Is there a way to separate that and have it change my bold texts in my blog posts and pages? I’m fine with all of it’s highlights in the page, for example red, but i’d like to have my texts posts untouched by the predefined theme.

    Thanks much

    Andy

    #115289

    Hi,

    You can add something like this on your custom.css or Quick CSS.

    .single .main_color {
    color: blue;
    }

    This will only affect your single posts text color.

    Regards,

    Ismael

    #115290

    Sorry,

    I’ll need to clarify.

    That doesn’t solve the ” I need to change the font color within my blog posts “

    Each blog posts I need to change a certain sentence a different color. I can do that with other blogs.

    But the issue here is that even with the CSS change and the theme by default, disables all color changes and only uses the preset color.

    For example, the red color highlight. I like that it highlights the magnifying glass red and the objects red. But I don’t want it to affect any texts on pages. I need to have control of it instead of the theme overriding it one specific color

    hope that clears up things. Would love to know how to fix this.

    Thanks much!

    Andy

    #115291

    Hi Andy,

    I see what you mean. I’ll have to tag Kriesi on the issue however as it looks like the inline css is getting stripped to prevent any complications with the layouts etc.

    Regards,

    Devin

    #115292

    Hey! Got the problem, next update later today will fix the issue ;)

    Cheers!

    Kriesi

    #115293

    Hi there,

    The 1.3 version definitely helped. The front page doesn’t have this problem.

    But on other pages, the color is still getting overrided.

    For example in the backend in the page set up i changed “project based campaigns” and other titles below it red.

    But when visiting the page, it’s still black.

    http://www.hoodandheist.com/disrupteducation/

    #115294

    It looks like the color is getting applied wrapped around the strong tag so the .main_color strong rule is actually taking effect instead of the span.

    Try looking in the text tab and moving the span style to the strong tag instead of a span class around it.

    #115295

    Hi.

    I went and just created another text box without altering anything, not bolding the text.

    Just plain and then I changed the color.

    It automatically reverts back to the default theme color, which is black ( the overall setting I set )

    #115296

    Whoa, it just worked right now. Probably because I closed my browser and refreshed.

    Thanks!!!

    I should have refreshed first!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Color Styling Issue ( cannot change colors in post )’ is closed to new replies.