• Resolved kristihugs

    (@kristihugz)


    The title color (and blocks in the right column) are just a bit TOO light. I want to keep the color but darken them to a deeper baby blue. How do I do that? I do not see an option to change the color of the fonts? thank you! the page (i am just starting) is https://www.crystalbasics.org

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter kristihugs

    (@kristihugz)

    Does anyone answer here? total frustration now……..

    Hi Kristi,

    Yes, people answer here but sometimes it takes a bit of time. I am always thankful when I get support, because I am using a free template after all!

    With regards to your question: I think you can change the colors by specifying this in your extra css. Go to customizer > extra css.

    You could change the color of the blocks in the right column by writing down this:
    .widget-area .widget-title {background: #b3d4eb;}

    #b3d4eb is the color code of the standard theme, you can change this to any color code of course.

    I found the ‘name’ (.widget-area .widget-title) of these blocks by using my mouse: click with the right button on the block, choose ‘inspect element’ and there it is.

    Good luck.

    Thread Starter kristihugs

    (@kristihugz)

    Yes, you are right of course. I am on a crazy deadline, so a little frustration pops out from time to time ?? Yes, that is what I am looking for, to change the color code of the standard theme, especially the title….the blue is just a bit too light so I would like to darken it a bit. I will work on this today. Thank you for your assistance!

    Theme Author 96themes

    (@96themes)

    Hello @kristihugz,

    We are extremely so Sorry For late reply.That option are available in pro version.if you want to change it in free version. Go to Appearance>>Customize>>Additional CSS ,Paste following code.

    .offcanvas .widget-title,
    .widget-area .widget-title{
    	background-color: #89cff0;	
    }

    If you want more dedicated and swift support on the theme, Please contact us through [email protected]. Our support team is stand by to answer each and every one of your questions.

    Thank you

    Thread Starter kristihugs

    (@kristihugz)

    Thank you. I was not aware. I sincerely do appreciate the assistance! I was able to just change my background picture which solved the problem, but it is good to have this code!! Again, thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing Header Title color’ is closed to new replies.