Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24499

    im trying to add custom css in the quick css field to add text background color in posts but it is not working

    quick css:

    Code:
    .high_yellow {
    background-color: yellow !important;
    }

    then i add this into the post text editor

    Code:
    <span class=”high_yellow”>yellow highlight</span>

    #123653

    Hey!

    Did you try a hex color value? Please clear your browser cache & wordpress cache if necessary.

    Regards,

    Peter

    #123654

    thanks Dude, clearing the cache fixed the issue.

    works fine with using css color name in lieu of hex.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘background text color – highlight’ is closed to new replies.