Tables in page showing border... theme issue or code?

Discussion in 'ColorWay WordPress Theme' started by bcwebsolutions, Dec 18, 2012.

  1. bcwebsolutions

    bcwebsolutions New Member

    Joined:
    Mar 28, 2012
    Messages:
    20
    Likes Received:
    0
  2. bcwebsolutions

    bcwebsolutions New Member

    Joined:
    Mar 28, 2012
    Messages:
    20
    Likes Received:
    0
    ok just saw that they were different theme versions, and still no luck ... updated the carpetcentre.ca theme... And i guess as long as this hasn't been answered yet, how do u do custom colour in the menu? there is six choices and client want its to look different... and... background on the page itself
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .content-wrapper td,th {
    border: none;
    }
    2.For your second issue.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a{
    background:green;
    }
    #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a{
    background:green;
    }
    #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover{
    background:red;
    }
    Inplace of "green" and "red" put your color code.


    This will solve your issue.
     

Share This Page