Jump to content

PALOMA template left alight navigation text

Recommended Posts

  • Replies 10
  • Created
  • Last Reply

hmmm not sure what your response means.

In the website. When I go to the drop down menu eg "client work" the items contained are right alighned. 

I'm trying to get these drop down items left aligned. 

I DO see if I change the whole header with logo on the right and menus on the left that the drop down items are left aligned. But I need the logo on the left. Menu on the right. And drop down items left aligned. 

Link to comment
6 hours ago, feedme said:

hmmm not sure what your response means.

In the website. When I go to the drop down menu eg "client work" the items contained are right alighned. 

I'm trying to get these drop down items left aligned. 

I DO see if I change the whole header with logo on the right and menus on the left that the drop down items are left aligned. But I need the logo on the left. Menu on the right. And drop down items left aligned. 

Add to Home > Design > Custom CSS

.header-nav-folder-item {
    text-align: left;
}

 

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
9 hours ago, feedme said:

Also frustratingly. The blog posts don't have the same menu color as the rest of the site. 

eg

https://www.tensegrity.co.nz/case-studies/theicehouse

Is it supposed to have the menu banner color #263146 like the rest of the website 

It is showing up white. Which makes the logo disappear

Add to Home > Design > Custom CSS

.collection-type-blog-basic-grid.view-item header#header {
    background: #263146 !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

Hey thanks for that. Could you tell me 

1. how to make it when i scroll down the menu banner stays that colour?

2. make the text colour of the menu items white. As the black does not stand out against the #263146 background. 

Link to comment
9 hours ago, feedme said:

Hey thanks for that. Could you tell me 

1. how to make it when i scroll down the menu banner stays that colour?

2. make the text colour of the menu items white. As the black does not stand out against the #263146 background. 

.collection-type-blog-basic-grid.view-item header#header {
    background: #263146 !important;
}
.collection-type-blog-basic-grid.view-item header#header * {
    color: 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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.