- This topic has 7 replies, 2 voices, and was last updated 4 years, 8 months ago by
Ying.
-
AuthorPosts
-
August 3, 2021 at 12:06 pm #1882649
Eric
I’ve got the Colors Addon but changes I make in Customize > Colors are not reflected in my site. I understand how to change colors at the Block level but I can’t find a way to change default colors for links and buttons. In the customizer, the changes I make are saved and visible but the site is still using the theme default colors. I’ve looked in the Additional CSS box and I’ve made changes there but they also were ignored.
My site: https://patamystic.com/oy/
It’s easy enough to change colors in Blocks but I would rather have the colors specified in Customizer be used everywhere. What am I missing?
(Theme 3.0.4, Plugin 2.0.3)August 3, 2021 at 1:52 pm #1882721Ying
StaffCustomer SupportHi Eric,
If the content is built with a plugin, eg. GenerateBlocks, it will use the color set in the plugin. If there’s no color set in the block, it might use customizer color depends on what the content is.
In the customizer, the changes I make are saved and visible but the site is still using the theme default colors
Can you specify the section that is having this issue? I can help look into it 🙂
Let me know 🙂
August 4, 2021 at 10:33 am #1883964Eric
Oh, sorry, I thought it would be obvious (but I see now that it is not). The theme uses purple for buttons and grey for links. I’m trying to change the purple and grey to orange. As you can see on the page I was able to change the buttons in blocks to orange but the button in the menu is still purple. Also, any new links or buttons use the purple colors and not the ones I specified in the Customizer.
I added a an explanatory paragraph of text to the page.
In short, I changed the default colors for button and links in Customizer but all new links and buttons are still showing up as purple and grey. I presume there is some CSS somewhere overriding my Customizer settings?
Thanks
August 4, 2021 at 11:22 am #1884018Ying
StaffCustomer SupportThe button style in primary navigation is defined by this CSS:
https://www.screencast.com/t/MuH6f2YQp/* studio classes menu button */ .main-navigation:not(.slideout-navigation) .main-nav li.studio-button a { background-color: rgba(132,140,183,1.0); color: #ffffff; border: 0; line-height: 40px; padding: 0px 24px; border-radius: 50px; margin-left: 30px; transition: all 0.5s ease 0s; }You can find it at customizer > addtional CSS.
Also, any new links or buttons use the purple colors and not the ones I specified in the Customizer.
Can you show me one new link that is not using customizer color? I don’t see links on your home page.
For buttons, if you are using GB button, it won’t follow the customizer color since it doesn’t have the
buttonclass.Customizer button option applies to the buttons that generated by WP, eg.
Read morebutton on blog/archive pages.Let me know 🙂
August 4, 2021 at 11:50 am #1884041Eric
Can you show me one new link that is not using customizer color? I don’t see links on your home page.
There is a paragraph of text on the page with the Header READ ME. There are two links in the last sentence.
August 4, 2021 at 11:58 am #1884046Ying
StaffCustomer SupportSorry I failed reading this paragraph 😛
So go to Customizing > Colors > Content, the link color is set to grey, it overrides the link color set for
body.August 4, 2021 at 12:22 pm #1884064Eric
Aha. Sorry I missed that. I appreciate your help.
August 4, 2021 at 12:55 pm #1884089Ying
StaffCustomer SupportYou are welcome, glad to be helpful 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.