Hide Product Tab on front page

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by raaj95, Apr 9, 2016.

  1. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    How to hide product TAb on front page ??
     

    Attached Files:

    • ss.png
      ss.png
      File size:
      88.1 KB
      Views:
      5
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .pmenu-bar li {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    How to change whole theme in blue color ? Facebook like blue clor ?
     
  4. priya

    priya Guest

    Hello,

    Code is given below for that..
    Code:
    .top_cartinfo, .footer_bottom,.footer_wrapper {
        background: #000080;
    }
    .footer_bottom {
        border-top: 1px solid #000080;
    }
    .feature_content .feature_content_inner_head h6, .footer_wrapper .footer_widget h6, span.all_item a, #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, #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
        color: #000080;
    }
    #menu .ddsmoothmenu li ul {
        border-bottom: 2px solid #000080;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page