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

    Hi,

    how can i change the color of bold font for the whole theme?

    kind regards jak

    #1126871

    Hey Jak73,

    Add this to quick css:

    b{
    color:red;
    }

    Adjust the color to what you need it to be.

    Best regards,
    Jordan Shannon

    #1126901

    Hi Shannon,

    thanks for your reply!

    I added this:
    b{
    color: #555555;
    }
    but it does not take an effect?

    kind regards Jak

    #1126978

    Hi,

    Try the following:

    strong{
    color: #555555;
    }

    Best regards,
    Jordan Shannon

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