- This topic has 7 replies, 2 voices, and was last updated 7 months ago by
Leo.
-
AuthorPosts
-
June 20, 2020 at 3:49 am #1335145
Ian
Hello
I am having some issues with buttons in the widgets.
They do not have the same colours as the rest of the buttons in the site .
The text colour is simply doing its own thing.
I have tried changing “class” and CSS but it still persists.
I had this issue before for a button in the top bar and was given a small piece of code that solved the issue.
However I don’t know how to rewrite it so it also works for buttons in the widgets.
Thank you again for your help
IanJune 20, 2020 at 9:05 am #1335532Leo
StaffCustomer SupportHi there,
Which button should I be looking at?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 20, 2020 at 11:39 am #1335634Ian
It’s the buttons in the widgets on any of the archives or posts.
Thank you
IanJune 20, 2020 at 3:59 pm #1335787Leo
StaffCustomer SupportCan you try setting the Link color in Customizer > Colors > Sidebar Widgets to
#fff
?Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 21, 2020 at 7:47 am #1336235Ian
Hi
That worked great, but changed the in text link as well.
I think I can work around that though, so all great, thank you.
Please can I ask whilst I am here…
Is it possible to remove the padding around the images in the archive pages?
I know I can do this with the container setting, however I like the way it looks having the separate boxes.
Just not the padding around the top, left and right of the images in the archives.
Thank you
IanJune 21, 2020 at 12:01 pm #1336596Leo
StaffCustomer SupportThat worked great, but changed the in text link as well.
I think I can work around that though, so all great, thank you.That case you’d need to add a custom class to the buttons in the sidebar so we can target separately.
Let me know if you need help with it.
Can you open a new topic for the separate question?
Thanks 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/June 24, 2020 at 12:25 am #1339779Ian
Thats fantastic thank you.
I have tried adding a custom class following the instructions on the page (https://docs.generatepress.com/article/adding-buttons/) but for some reason it still didn’t work…
With the button in the top bar (which had the same issue, this seemed to make it work properly….
/* Top Bar Button */
.secondary-navigation .top-bar a:hover,
.secondary-navigation .top-bar a:focus {
color: white;
}
Anyway, any help would be fantastic.
Thanks again
IanJune 24, 2020 at 9:16 am #1340459Leo
StaffCustomer SupportLooks like it’s all working?
What’s the current issue?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.