Post by georgimkv » Thu Oct 10, 2019 11:24 pm

Hello need a little bit help about how to hide top sections of the page ( My Account, Shopping Cart Checkout and Item bag) ?

Newbie

Posts

Joined
Sun Sep 08, 2019 2:54 pm

Post by cyclops12 » Fri Oct 11, 2019 12:29 am

Either comment out code in header file or hide with css

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am

Post by georgimkv » Fri Oct 11, 2019 3:09 pm

Could you provide more details (code) for default theme to hide with css ?

Newbie

Posts

Joined
Sun Sep 08, 2019 2:54 pm

Post by DigitCart » Fri Oct 11, 2019 3:42 pm

Hi
If you want to hide top bar add this to the end of your styleshett.css:

Code: Select all

#top {display: none;}
If you want to hide the right block in top bar only, use this instead:

Code: Select all

#top-links {display: none;}
This is the file you need to edit:
catalog/view/theme/default/stylesheet/stylesheet.css

Then you may need to clear caches.

My Extensions


User avatar
Active Member

Posts

Joined
Thu Jun 22, 2017 5:32 pm


Post by georgimkv » Fri Oct 11, 2019 9:46 pm

Tanks a lot, so how can i hide "Items Bag" button ?

Newbie

Posts

Joined
Sun Sep 08, 2019 2:54 pm

Post by DigitCart » Fri Oct 11, 2019 10:01 pm

Hi
try:

Code: Select all

#cart {
    display: none;
}

My Extensions


User avatar
Active Member

Posts

Joined
Thu Jun 22, 2017 5:32 pm


Post by georgimkv » Fri Oct 11, 2019 10:04 pm

Tnx, everything is okay :)

Newbie

Posts

Joined
Sun Sep 08, 2019 2:54 pm

Post by DigitCart » Fri Oct 11, 2019 11:36 pm

You are welcome.

My Extensions


User avatar
Active Member

Posts

Joined
Thu Jun 22, 2017 5:32 pm

Who is online

Users browsing this forum: moreduff and 268 guests