F fredrikse Active member Licensed customer Sep 7, 2012 #1 Hi, What CSS code can I use in extra.css to for instance create a solid line at the bottom of the header?
Hi, What CSS code can I use in extra.css to for instance create a solid line at the bottom of the header?
RobinHood Well-known member Licensed customer Sep 7, 2012 #2 #header { border-bottom: 1px solid black; } Or you can change it in the ACP - > Appearance -> Style Properties -> Header & Navigation Upvote 0 Downvote
#header { border-bottom: 1px solid black; } Or you can change it in the ACP - > Appearance -> Style Properties -> Header & Navigation
F fredrikse Active member Licensed customer Sep 8, 2012 #3 Thanks! Solved my problem. Upvote 0 Downvote