Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1113850

    Hello
    In my website default font color of Title Bar Settings is blurry
    I want to change this and make it Bold
    Please tell me how I can
    Also, I founded some support in forums about CSS code But they did not work on my website.

    Thanks a lot

    #1113968

    Hey,

    Thanks for contacting us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

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

    Best regards,
    Yigit

    #1113995

    Thank you for your answer
    But it does not work
    no change

    #1114017

    Merhabalar :)

    Could you please post WP admin logins here privately so we can look into it?

    Best regards,
    Yigit

    #1114027

    Yes
    I sent you User and Pass

    #1114030

    Hi,

    I changed the code to following one and it worked

    #top .alternate_color.title_container .main-title a, .alternate_color .breadcrumb,  .alternate_color .breadcrumb a {
        color: black;
    }

    Please hard refresh your browser with CTRL + Shift + R on Windows and CMD + Shift + R on Mac.

    Best regards,
    Yigit

    #1114031

    That’s great
    many thanks
    how can I add also BOLD to in?

    regards

    #1114033

    Hi,

    Please change the code to following one

    #top .alternate_color.title_container .main-title a, .alternate_color .breadcrumb, .alternate_color .breadcrumb a {
        color: black;
        font-weight: bold;
    }

    Best regards,
    Yigit

    #1114167

    Hello

    You are solved all my problems
    Many thanks

    Best Regards

    #1114243

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How change font color in Title Bar Settings’ is closed to new replies.