Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1182621

    Hi support team,

    I can’t change the font color in Toggle Content although changed other colors on the edit page.
    when preview, font color is only black.
    Please help me fix this issue.

    Thank you

    #1182727

    Hey vmtu,

    Which text in specific are you referring to?

    Best regards,
    Rikard

    #1182735
    #1182796

    Hi,
    Thank you for the screenshot and link. So as I look at your toggle content it looks like you have added in-line span colors for different strong tags, some green and others blue. So I believe the best course to take is to set the color to “inherit” so your in-line styles will take effect.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    
    #top #main .main_color .toggle_content p > span > strong {
    	color: inherit !important; 
    }

    2020-02-09-111234
    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1182887

    Hi Mike,
    It worked well.
    Thank you very much for your support.

    #1182914

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Can't change font color in toogle content’ is closed to new replies.