Forum Replies Created

Viewing 10 posts - 5,581 through 5,590 (of 6,341 total)
  • Author
    Posts
  • in reply to: Background on seperate page #2082
    You must have valid license to access this content.
    in reply to: Side pages keep cloning #2081

    Hi

    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;}
    in reply to: I’d like to change text color for sidemenubar #2080

    Hi

    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');
    });
    in reply to: blog image thumb #2079
    You must have valid license to access this content.
    in reply to: Portfolio Images #2078
    You must have valid license to access this content.
    in reply to: Portfolio Grid #2077
    You must have valid license to access this content.
    in reply to: Background on seperate page #2075
    You must have valid license to access this content.
    in reply to: Add Gallery #2066
    You must have valid license to access this content.
    in reply to: Website Work Portfolio #2063
    You must have valid license to access this content.
    in reply to: Portfolio Images #2062
    You must have valid license to access this content.
Viewing 10 posts - 5,581 through 5,590 (of 6,341 total)