Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #217102

    Hi Guys,

    I’m trying to change the title color of one of our post from blue to Black. When we change it in the editor the change takes effect and this is the code: <span style=”color: #000000;”> Smart Suite Latest Version Releases</span> But when we return to the website the title color hasn’t changed it’s still Blue. This has happened on a few other posts, can you help us fix this problem please.

    Thank you
    LG

    I’ve just noticed in this post the color code is #000000 But the wording of our title is showing blue? Smart Suite Latest Version Releases

    • This topic was modified 10 years, 6 months ago by designing.
    #217563

    Hey designing!

    Can you post the link to your website so we can take a look?

    Regards,
    Yigit

    #217625
    This reply has been marked as private.
    #217638

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .alternate_color.title_container .main-title a {
    color: #000;
    }

    If that does not help, please point out the section.
    You can go to Enfold theme options > Header tab and add your links in “Phone Number or small info text” section using HTML a tag ( http://www.w3schools.com/tags/tag_a.asp )

    Regards,
    Yigit

    #219296

    Hi Yigit,

    That’s still not working. It changes the colour in the editor but when I go back to view in the browser nothing has changed ?? Just to let you know I’ve also cleared the browser cache

    LG

    • This reply was modified 10 years, 5 months ago by designing.
    #219458

    Hi!

    It seems to be working fine on my end. Please see screenshot here http://i.imgur.com/gDdj9Ch.jpg

    Cheers!
    Yigit

    #219540
    This reply has been marked as private.
    #219561

    Hi!

    The style for the strong tag is being use for the text. Please edit the code and replace it with this:

    <p style="text-align: center;"><span><strong style="color: #000000;"><span style="font-size: 14px;">PROLIN helps seamlessly replace your HP Service Desk system with an easy, phased transition process.</span></strong></span></p>
    

    Best regards,
    Ismael

    #219585

    Hi Ismael,

    That worked fine. Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Change Color’ is closed to new replies.