Jump to content

How to change specific portfolio page's nav bar only

Recommended Posts

  • 7 months later...
On 3/26/2023 at 6:12 PM, ValueResonance said:

Hi

@tuanphan

 

I have been trying to get the navigation for the menu on just this page to turn white instead of blue.  Can not find this setting anywhere in the colours.  I only want to change it for this page, not others. 

 

image.thumb.png.d4cc00a6b1fca100d0d497a0354219e8.png

 

https://www.valueresonance.space/projects/farm-direct-flowers-online

 

Can you help?

 

 

Add to Design > Custom CSS

h2.item-pagination-title {
    color: white !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

@tuanphan

fantastic!  

Unfortunately it changes all styles not just this one, so when I use other themes, it becomes illegible.  This change is to affect ONLY theme Bright 2

image.thumb.png.613e835972aae74b3d2509db19d27193.png 

Here you can see that it changed the colour on ALL themes and so made `Lightest 1´ for example, illegible.

 

image.thumb.png.35f661a6e096146034ebd70d49ee0346.png

It did not include the arrows though.  Is there a way to make this  change UNIQUE to the `Bright 2´ theme and add the arrows?

image.thumb.png.a7808eee6dbe4ffc7cfc6344c572b8c5.png

 

Kind regards

 

 

Edited by ValueResonance
Link to comment
On 4/1/2023 at 2:07 AM, ValueResonance said:

OK....now its just this theme...great!

is there a way to include these arrows?

 

image.thumb.png.6d24efaabed2225dd14084b43534f793.png

Use this new code

section#itemPagination.bright h2.item-pagination-title {
    color: white !important;
}
#itemPagination.bright svg.caret-right-icon--small {
    stroke: white;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

getting closer!

 

This solved the right arrow, but now the left.

image.thumb.png.ba3b2725269dfb9b9e0944b79179b138.png

 

I saw that the word `right appears.

-------------------------------

#itemPagination.bright svg.caret-right-icon--small {
    stroke: white;
}

-----------------------------

so something like:

------------------------------

#itemPagination.bright svg.caret-right+left-icon--small {
    stroke: white;
}

-------------------------

Unfortunately, my little guess didn't work though 😒.  How do I add both arrows to this?

 

Thanks

 

 

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.