• Resolved lizhenkenius

    (@lizhenkenius)


    Hello,

    I’m using the Gutenberg Text Blocks for my website but the text is not showing correctly on the live page even after setting the correct color in the editor multiple times. I want all the text over the images to be white but it is showing up grey. Would appreciate any advice you could give!

    Many thanks,
    Liz

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WPXPO

    (@wpxpo)

    Hi @lizhenkenius,

    Thank you for choosing our post blocks plugin. Your website looks nice except for the grey text color. I can see grey color comes from the theme. See the attached screenshot https://prnt.sc/tickbq.

    Make sure to remove the grey color from the theme then your website looks more beautiful.

    For any help please inform us.

    Thread Starter lizhenkenius

    (@lizhenkenius)

    Thank you @wpxpo for your advice! I’m trying to figure out how to locate that to change it but am having difficulty. Do you have any guidance of where to look?

    Many Thanks,
    Liz

    Plugin Author WPXPO

    (@wpxpo)

    Hi @lizhenkenius,

    I can see grey color comes from Customizer.
    Here is the file Path: /wp-content/themes/savona/inc/customizer/dynamic-css.php
    line: 210
    CSS Selector: #page-content a.
    if you can change the CSS selector “.post-content a,” instead of “#page-content a,” your issue will be solved.

    Note: If theme authority updates this theme then you will lose modified CSS. So, better informed about this issue to the theme authority (theme support forums). I hope they will add this fix to the core theme. It will help you to solve this issue easily.

    Waiting for your response and update information.

    Thread Starter lizhenkenius

    (@lizhenkenius)

    Hi @wpxpo,

    Huge thanks for your help. I believe I found what you are referring to, and have pasted the section 202-219 below. Line 210 seems to be referring to the tag cloud.

    /* Meta */
    #page-content .post-date,
    #page-content .post-comments,
    #page-content .post-author,
    #page-content .related-post-date,
    #page-content .comment-meta a,
    #page-content .author-share a,
    #page-content .post-tags a,
    #page-content .tagcloud a,
    .widget_categories li,
    .widget_archive li,
    .savona-subscribe-box p,
    .rpwwt-post-author,
    .rpwwt-post-categories,
    .rpwwt-post-date,
    .rpwwt-post-comments-number {
    color: ‘. savona_options( ‘colors_content_meta’ ) .’;
    }

    Many Thanks,
    Liz

    Plugin Author WPXPO

    (@wpxpo)

    Hi @lizhenkenius,

    I hope your issue is solved. If you have any more question let me know. I will try to solve your problem as soon as possible.

    If you are satisfied with our support then give us a five-star review in the WordPress directory. As a new plugin developer, it helps us a lot.

    Have a nice day.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Text Color Showing Incorrectly’ is closed to new replies.