Home › Forums › WoodMart support forum › Thin line in a Section Title when ‘Bordered’ is chosen
Thin line in a Section Title when ‘Bordered’ is chosen
- This topic has 8 replies, 2 voices, and was last updated 2 years, 10 months ago by #####.
-
AuthorPosts
-
March 17, 2022 at 10:36 am #361609
#####ParticipantHi
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
March 17, 2022 at 2:36 pm #361736
Bogdan DonovanKeymasterHi,
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
March 17, 2022 at 3:03 pm #361744
#####ParticipantHello,
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.March 18, 2022 at 8:18 am #361917
Bogdan DonovanKeymasterHi,
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
March 18, 2022 at 9:28 am #361939
#####ParticipantHello,
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 2 years, 10 months ago by #####.
March 18, 2022 at 1:55 pm #362089
Bogdan DonovanKeymasterYou are welcome!
March 19, 2022 at 10:56 pm #362357
#####ParticipantHello,
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 2 years, 10 months ago by #####.
Attachments:
You must be logged in to view attached files.March 21, 2022 at 7:53 am #362568
Bogdan DonovanKeymasterHi,
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
March 21, 2022 at 8:08 am #362572
#####ParticipantHello,
SUPER SUPER SUPER!! WORKS PERFECTLY!! And thank you for the general information.. A BIG HELP!
Thank you so much..
Kindest Regards
-
AuthorPosts
The topic ‘Thin line in a Section Title when ‘Bordered’ is chosen’ is closed to new replies.
- You must be logged in to create new topics. Login / Register