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

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #361609

    #####
    Participant

    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

    #361736

    Bogdan Donovan
    Keymaster

    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

    #361744

    #####
    Participant

    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.
    #361917

    Bogdan Donovan
    Keymaster

    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

    #361939

    #####
    Participant

    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 2 years, 10 months ago by #####.
    #362089

    Bogdan Donovan
    Keymaster

    You are welcome!

    #362357

    #####
    Participant

    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 2 years, 10 months ago by #####.
    Attachments:
    You must be logged in to view attached files.
    #362568

    Bogdan Donovan
    Keymaster

    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

    #362572

    #####
    Participant

    Hello,

    SUPER SUPER SUPER!! WORKS PERFECTLY!! And thank you for the general information.. A BIG HELP!

    Thank you so much..

    Kindest Regards

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Thin line in a Section Title when ‘Bordered’ is chosen’ is closed to new replies.