Viewing 5 reply threads
You must be logged in to reply to this topic.
Just want to ask how can I edit the title of each toggle I create. I can edit the description/text part but the title itself, I can’t edit it. Thanks!
Hello,
The title of this topic is assigned as solved. Do you still need help on this?
Let us know.
Best regards!
Hello,
You can change the font size and color by adding these lines into General > Custom Code
.cl_toggles.style-square_plus .cl_toggle .title{
font-size:30px;
color:#eee;
Now you have to change the size and the color as you want.
Regards!
I could not find “custom Code” in General.
Tho I found “Extra css” so i tried add it there, but without luck.
What am I doing wrong?
Thank you.
Hello,
Open Customize> General > Custom Code > Custom Css and add these lines below:
.cl_toggles .cl_toggle .title{
font-size:30px;
color:#eee;
}
Click save and check the live site.
Let us know.
Regards!
Hi again Ruco,
I cant see it, please look at the picture. Where?
Br,
Kim
Hello,
Please check it now i have just added the code into Customize> Extra Css.
Sorry it was my fault.
Regards!
You must be logged in to reply to this topic.