Forum Replies Created
-
AuthorPosts
-
You must have valid license to access this content.
FocuxTheme Support
KeymasterHi
Just put the following CSS into “OldCar options > Custom code > Custom CSS” to get rid of the bullet point.
.sidebar-widget ul{margin-left:0;} .sidebar-widget ul li{list-style:none;}FocuxTheme Support
KeymasterHi
Don’t change css files, just put the following CSS into “OldCar options > Custom code > Custom CSS”
#sidebar, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6, .media .bd h4 a, .media .bd h3 a, .primary-navigation > ul > li > a, .sidebar-widget ul li.menu-item a, #sidebar footer, .sidebar-widget li a {color:#000;} .sidebar-widget #s{border:1px solid #ddd;}And add the following javascript code into “OldCar options > Custom code > Custom javascript”
jQuery(document).ready(function($){ $('#sidebar .social-icons').addClass('social-icon-inverse'); });You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content. -
AuthorPosts
