The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    I want to know how to change the "Bold" color text.

    avatar
    Guest
    Guest


    Solved I want to know how to change the "Bold" color text.

    Post by Guest September 11th 2015, 12:47 pm

    Hi, is it possible to change the bold text's color? Or does it depend on the theme?


    Last edited by Ghost on September 12th 2015, 12:01 am; edited 1 time in total
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    Solved Re: I want to know how to change the "Bold" color text.

    Post by brandon_g September 11th 2015, 1:00 pm

    Hello,

    What do you mean by the 'bold' text's color? If you want to have both bold and colored text, you simply have to select bold, then go and select a color from the SCE Editor.

    -Brandon



    I want to know how to change the "Bold" color text. Brando10
    Remember to mark your topic I want to know how to change the "Bold" color text. Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    I want to know how to change the "Bold" color text. Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: I want to know how to change the "Bold" color text.

    Post by Ange Tuteur September 11th 2015, 1:04 pm

    Hi @Ghost,

    Good question. You should actually be able to set a default color for any bold texts. You just need to select the element that changes the font-weight of the text which is usually <strong>.

    Try adding the following rule to your stylesheet.
    Code:
    .postbody strong {
      color:#39C;
    }

    If you want this to affect all bold font globally, use this rule instead :
    Code:
    b, strong {
      color:#39C;
    }
    Note : The latter may also affect group names
    avatar
    Guest
    Guest


    Solved Re: I want to know how to change the "Bold" color text.

    Post by Guest September 11th 2015, 9:13 pm

    lol...sorry for not responding sooner. School related stuff Very Happy and ty Ange.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: I want to know how to change the "Bold" color text.

    Post by Ange Tuteur September 11th 2015, 9:20 pm

    Don't worry about it, you can reply whenever you get the chance ; no rush. Wink

    This is solved for you now ? Smile
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: I want to know how to change the "Bold" color text.

    Post by Ape September 12th 2015, 8:32 pm

    Topic solved and archived



    I want to know how to change the "Bold" color text. Left1212I want to know how to change the "Bold" color text. Center11I want to know how to change the "Bold" color text. Right112
    I want to know how to change the "Bold" color text. Ape_b110
    I want to know how to change the "Bold" color text. Ape1010

      Current date/time is September 22nd 2024, 6:41 pm