Using Custom CSS in Free Road Fighter Theme
-
Hi, I am using the Custom CSS feature in my GoDaddy managed Road Fighter theme (the free version).
I made some simple changes to the font family, the color of the top border, the logo’s max height and width, and the font color of the menu items. Despite not having touched the background color of the menu bar or the shadow that appears below the header image, these things have mysteriously disappeared. (Menu bar b/ground has become transparent.)
Can anyone see anything amiss with the CSS?
(For the menu)
.menu_bar { border:1px solid #d9d9d9; background:#fff; display:block; padding-bottom:20px; padding-top:5px; padding-left:20px; margin-top:15px; } #menu { position:relative; } #menu ul { list-style-type:none; } #menu .ddsmoothmenu { list-style:none; position:relative; z-index:10; font-family: libre-baskerville; margin-top: 13px; margin-bottom: 10px; margin-left: 7px; } #menu .ddsmoothmenu li > ul li > ul { margin-top:1px; } #menu .ddsmoothmenu li { position:relative; display:inline; font-size:18px; margin-left:0; margin-bottom:0; margin-right:0px; } #menu .ddsmoothmenu li a { color:#444; text-decoration:none; padding: 14.5px 16px 17px 18px; }
(For the drop shadow below header image, which I didn’t touch)
.slider-wrapper { font-weight:normal; padding-bottom:38px; margin-top:0px; background:url(images/slider-shadow.png) bottom center no-repeat; margin-bottom:30px; }
Thank you!
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Using Custom CSS in Free Road Fighter Theme’ is closed to new replies.