Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1189781

    Hi, I am trying to fix an issue on my sales page where the text on mobile that’s bold is SUPPOSED to be white instead of the default blue. It’s showing correctly on desktop and inside the singular text box I have white selected. I am not sure what the discrepancy is.

    You can see one of the BIG blue boxes a little down the page – all the text inside should be white for example. And there are multiple spots this is happening on the page. Thank you.

    I think it needs an override code or something.

    • This topic was modified 4 years, 2 months ago by Mdmoisell.
    #1189788

    Hey Mdmoisell,

    How was the css for the colors added? Try adding this to quick css:

    @media only screen and (max-width: 767px)  {
    #element-1906 p span strong{
    color:#ffffff!important;
    }}

    Best regards,
    Jordan Shannon

    #1190215

    Hi, it didn’t seem to work. I used the Enfold color scheme thing inside the General Settings to set my colors, so I guess bold is automatically a cyan color which is awesome everywhere, but i should be able to manually override that by setting individual colors inside the text editor of the advanced layout for a particular page, which is what I did. How can I attach screenshots? I don’t see that option.

    The pink box text should be white, and even the bold underneath – it’s black on desktop but cyan on mobile. I just want a consistent way to make the individual pages look the same. Thanks.

    #1190247

    Hi,
    You can paste screenshots into the text area. Or use a service like this:

    https://snipboard.io/

    Best regards,
    Jordan Shannon

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