Thin line in a Section Title when ‘Bordered’ is chosen
-
Hi
I would like to change the color of the thin line in a Section Title when ‘Bordered’ is chosen? Is this possible?
I have already gone to the Title section and changed the color but the lines color does not change. Can you help with this?
Thanks
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .website-wrapper .wd-title-style-bordered .liner-continer:after,
body .website-wrapper .wd-title-style-bordered .liner-continer:before {
border-color: #000;
}
Kind Regards
Hello,
That worked perfectly if you want to have the lines to be a certain color Global. But I want to change the color ONLY on my background video.. See attached.
How do I change the lines color for single Section Title when ‘Bordered’ ?
Thanks a mil for your great support.
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wd-title-style-bordered.wd-title-color-white .liner-continer:before,
.wd-title-style-bordered.wd-title-color-white .liner-continer:after,
[class*="color-scheme-light"] .wd-title-style-bordered .liner-continer:before,
[class*="color-scheme-light"] .wd-title-style-bordered .liner-continer:after {
border-color:rgba(255,255,255,0.3);
}
This CSS will work only on titles elements witch have light color-scheme enabled.
Kind Regards
Hello,
Now that’s what I call Expert Customer Support!! Worked Perfectly!!
Thank you so much for your professional support.
Kind Regards
-
This reply was modified 3 years, 5 months ago by
#####.
Hello,
I want to change the color of “placeholder” text and also search query color TO WHITE.
I want to change the color for ONLY the Product Search which on my 404 Page. (See atched)
How can we make this happen?
Thank you in advance for your support.
Kindest Regards
-
This reply was modified 3 years, 5 months ago by
#####.
Attachments:
You must be
logged in to view attached files.
Hi,
Open your custom 404-page content via page builder, open column settings in which the search form is placed, open the styles tab, find the color scheme option, and select “light” value. Check the screenshot for example (https://prnt.sc/iY6y836osadS).
In general, if you plan to create pages with contrast design with a dark background and light text – all our elements have a light color scheme option in one way or another. Depending on the place It can be set via element option, parent column option, or in theme settings.
Kind Regards
Hello,
SUPER SUPER SUPER!! WORKS PERFECTLY!! And thank you for the general information.. A BIG HELP!
Thank you so much..
Kindest Regards
The topic ‘Thin line in a Section Title when ‘Bordered’ is chosen’ is closed to new replies.