Home Forums Basel support forum Edit the Section Title Reply To: Edit the Section Title

#262486

Hello,

You can change the color of the title and of the line here:

https://gyazo.com/1b4e59b5a659b06d236e2b987c37d5f5

Find the Title color option.

If you want to change the color of the lines only, please add this code to the Theme Settings > Custom CSS > Global:

body .title-wrapper.basel-title-style-bordered .liner-continer .left-line:after, 
body .title-wrapper.basel-title-style-bordered .liner-continer .right-line:after {
    background-color:red;
}

Best Regards