Removing "Next Project" on Lodestar Theme
-
Hello,
For my website, I’ve created different “Projects” as a way to show the different types of menus we have. Although, I would really like to remove the “Next Project” and “Previous Project” that appears at the bottom of the menus as shown on this page:
https://couleurcafeny.com/portfolio/dinner/Is there a way to do this through the customizable CSS? I understand coding CSS, but I haven’t been able to understand how to do it in the customizer considering it does not show me any of the existing CSS of the Lodestar theme.
Thank you in advance!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
From looking at your site, it looks like you may have already resolved your issue, but I wanted to check in, just in case.
If you are continuing to have trouble with this, just reply back and we’ll take it from there.
Your site is looking beautiful, by the way, it’s making me hungry! :)
-
Hi @espsesports and @couleurcafeweb
Ah yes, I see what you mean now! You’ll need to have at least a Premium level membership to get to the CSS customizer. Without a Premium plan, My Sites -> Themes -> Customize -> Additional CSS won’t show you existing CSS. It just opens a text box where you can write CSS that will modify the base CSS.
If you want to see the base css for your Lodestar theme you’ll have to view source on your home page and find the stylesheet.
If you are subscribing to Premium, the following CSS code will work.
‘.nav-links {
display: none;
}’I hope this helps!
-
(Sorry, meant to post under @koulovat! :) )
Hi @espsesports and @couleurcafeweb
Ah yes, I see what you mean now! You’ll need to have at least a Premium level membership to get to the CSS customizer. Without a Premium plan, My Sites -> Themes -> Customize -> Additional CSS won’t show you existing CSS. It just opens a text box where you can write CSS that will modify the base CSS.
If you want to see the base css for your Lodestar theme you’ll have to view source on your home page and find the stylesheet.
If you are subscribing to Premium, the following CSS code will work.
‘.nav-links {
display: none;
}’I hope this helps!
- The topic ‘Removing "Next Project" on Lodestar Theme’ is closed to new replies.