badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change colour and size of font, without changing anything else

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #43154
    admin29
    Participant

    I have recently purchased the pro version. I was a little disappointed that the text editor didn’t become somewhat richer. I was hoping to change font colours and size, at will.

    I want to continue to use the standard font set, but when I click the ‘bold’ button, I would like that particular text bit to appear a little larger, and I would like to change the colour.

    Can this be done?

    #43155

    Hi admin29,

    To change the font size and font color Goto dashboard -> appearance -> theme options

    From there you can change the font family, font size, color options etc.

    Thank you!

    #43164
    admin29
    Participant

    But that will change the entire font set. I only want the bold text to be bigger, and a different colour, while the rest of the text remains the same.

    #43200
    admin29
    Participant

    Never mind… I dug trough the stylesheet and found the wrapper for the ‘strong’ text. I added the following:

    strong {
    font-weight: bold;
    color: #00aac2;
    font-size:16px;
    }

    Saved it, and now it looks like I wanted. Perhaps this was possible with the editor you pointed me to, but I wanted normal text to remain default grey.

    I’m new to WordPress, not new to coding.

    #43293

    Hi there,

    The above css code is exactly correct for strong text but use it via custom css option rather then changing it directly from editor. Also it won’t change the gray color for other normal fonts.

    Thank you!

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