change sidebar name intergalactic theme
-
Hi. I need to put a title on the sidebar template (intergalactic theme) to display it with the name “menu”. Does anyone know how to do it? This is my blog: http://luciablasco.com/
Cheers!The blog I need help with is: (visible only to logged in users)
-
If you mean your menu should look like this: https://cloudup.com/ckujOxmDjCI then the following CSS does it:
.slide-menu.expanded:before { content: "Menu"; display: block; padding: .75em 0; color: white; text-align: center; font-weight: bold; text-transform: uppercase; }Please let me know if I did not understand your requirement correctly.
-
Thanks but what I need it’s to make the menu more visible from the home page by naming the sidebar like in here:
http://ovnigraphic.com/portfolio/packaging-designs/ -
I am looking to do the same. Is there any way to make the sidebar tab more visible from the home page?
-
@blascoalvarez, I see you have made the menu icon more bold and larger. To add content to that, we have to use a :before pseudo class such as below (remove the content declaration you have in .menu-toggle right now).
.menu-toggle:before { content: "Read This"; position: absolute; display: block; left: -100px; text-align: right; }If you change the text in the content declaration, or change the font size or other styling, the -100px left value may have to be adjusted.
-
@theoriginaldish, the two sites associated with your username are using Twenty Eleven and Radcliffe. If you need help with one of those sites, can I ask you to create a new thread in the CSS Forum and I’ll watch for it and help you out. Many thanks in advance.
If you are talking about a different site using Intergalactic, try the solution I just posted above.
-
-
Hi, I’m using Intergalactic theme and i would to use full background video instead of featured image. is it possible?
Merry Christmas
-
I had the same issue with this template. I absolutely LOVE it but folks weren’t naturally going to that small box to find the menu and more content. This was the perfect solution — thank you for sharing how to do this!
- The topic ‘change sidebar name intergalactic theme’ is closed to new replies.