F fredrikse Active member 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 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