Gateway hide tags
-
How do I hide tags on Gateway? How do I make the logo smaller?
The blog I need help with is: (visible only to logged in users)
-
Hi there, I’m not seeing any posts on your site, but working off of the Gateway Demo site, the following would remove the tags from single post pages.
.tags-links { display: none; }It looks like you may have gotten the logo issue resolved by using a smaller image as your logo. If I’m mistaken, you can adjust the size of the logo by adding the following CSS and then adjust the max-height value as desired.
.site-logo { max-height: 150px; }
- The topic ‘Gateway hide tags’ is closed to new replies.