Okay
  Public Ticket #1068141
font color
Closed

Comments

  •  2
    cassiesharp started the conversation

    Please see attachment.

  •  8,999
    Tahir replied

    Hey Again,

    Simply use the Tinymce Color Option:  

    Be.st 


    ThemeNectar Support Team 

  •  2
    cassiesharp replied

    I'm looking for a global solution that I can create and update once. VS. making edits on every portfolio page. 

    I want all p / body copy fonts to be #193945, font-weight 400. 

    If you look at bullets and p text, you'll notice there is a slight difference. Even though I'm using the same color and font. Even the "My Role & Contributions" title looks different than the left column tabbed navigation.

  •  3,030
    Andrew replied

    Hi there,

    Thanks for keeping in touch with us.

    For a site wide change, you may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    /*format all text*/
    html body, body h1, body h2, body h3, body h4, body h5, body h6, body p, body a {
        color: #193945!important;
        font-weight: 400!Important;
    }

    Please let me know if this works :)

    Cheers! 

  •  2
    cassiesharp replied

    Please see screenshot. All fonts are the same color, but do you see how they look different? Maybe it's just an illusion and cannot be fixed.

  •  3,030
    Andrew replied

    Hi there,

    Apologies for the late reply.

    You attachment seems to be an empty file. Please make sure you attach an image next time.

    The font color might be influenced by some opacity CSS but the screenshot should clarify that.

    Maybe a direct link to where this is would help.
    Thanks.

  •  2
    cassiesharp replied

    This is the page I'm referring to: http://cassiesharp.com/portfolio/freemium-application/

    I also added another screenshot that should open for you this time.

  •  3,030
    Andrew replied

    Hi there,

    Apologies for the late reply.

    We took a look at the site but the text colors on those locations are the same.

    The color in use is #193945 and there are not opacity changes added to the text.

    This goes for all the areas you point out on the screenshot.

  •  2
    cassiesharp replied

    Yeah I saw that too. Must be an illusion b/c the colors and weights do look different. Thanks for checking it out though!