Hello, I want to re-size ( h1 into h3) for category options in Homepage and I don't want to display sub categories under category section. For Instead, I want to make sub categories as drop down option below to Categories. May you help me? Just view as below,
Hello, To reduce font size paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .catcol.first li a { font-size: 18px; } For category dropdown. We are planning to implement it. But it will take some time. We will definitely inform you as soon as it will done.
Thank you Nithesh.. Its done.. I am awaiting for Sub category drop-down option on home page. And I have one change.. I want to make center on underline for each categories instead of left side as seen below
After Adding code, Categories and sub-categories shows same font size. I want to separate font size for Categories and Sub categories on home page.. And I want to change font color also.. Guide me....
Hello, To reduce font size and centerize them. paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .maincat a { font-size: 16px!important; text-align: center; }
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #categories .catcol ul li.maincat a { color: red; }