• Resolved echo8

    (@echo8)


    Hello,

    May I ask if its possible to change the color of the grey line that is under the header and also above the footer?

    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @echo8

    Try this :

    .tc-header {
        border-bottom : 10px solid #e9eaee; /* REPLACE #e9eaee by your color */
    }
    
    footer#footer {
        border-top: 10px solid #e9eaee; /* REPLACE #e9eaee by your color */
    }

    OF COURSE YOU SHOULD USE A CHILD THEME FOR YOUR CUSTOMIZATION !

    SYA 🙂

    Thread Starter echo8

    (@echo8)

    worked great! I used the main theme and the custom CSS field #ThugLife!

    thanks!

    Hello @echo8,

    You are most welcome !

    SYA 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Grey line color customization’ is closed to new replies.