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

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
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 Fri 11 Sep - 12:47

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


    Last edited by Ghost on Sat 12 Sep - 0:01; 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 Fri 11 Sep - 13:00

    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 Fri 11 Sep - 13:04

    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 Fri 11 Sep - 21:13

    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 Fri 11 Sep - 21:20

    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 : 19316
    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 Sat 12 Sep - 20:32

    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