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.
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!
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
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!