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

    Hi, I have a problem with my headings and bold text.

    First, headings in mobile are not displayed as bold, so they do not look like headings. I use font courier, courier new which maybe has no bold type defined in mobile.

    Second, when i mark text as bold, it turns out in orange color? (in desktop). Is this caused by the theme option highlight color?

    Thanks in advance,

    see private section for testpage

    Alexander

    #1282510

    Hey Alexander2021,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     .main_color strong {
         color: inherit;
     }
     .modern-quote .av-special-heading-tag {
        font-weight: 600;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1284223

    Hi Victoria,

    Thanks, that worked!

    Regards, Alexander

    #1284262

    Hi Alexander2021,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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