-
Author
-
April 19, 2018 at 19:42 #195390spocarParticipant
Hello team. Quick question is there a way that I can change the background color title of the main sidebar? and add it also a border to the sidebar title only? Thank you so much
April 20, 2018 at 19:09 #195469RaduModeratorHi,
Use this css
COPY CODE.widgets h5 { background-color: red !important; color:#fff !important; }
Add it in wp-admin -> theme options -> styling options -> quick css
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionApril 20, 2018 at 20:03 #195483spocarParticipantHello radu thanks for the code, it works good.However, it change the color to all the widgets, for example I just want it to change the background color in the widgets that are only in the main sidebar no the one that are in the footer.
April 21, 2018 at 19:32 #195609Kieran_SQModeratorHi,
Please try removing the above CSS and replacing with the below CSS
COPY CODE.sidebar_location h5 { background-color: red !important; color:#fff !important; }
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
April 21, 2018 at 22:21 #195634spocarParticipantHello kieran i will try to add the code to my site. What about to give the title font a little space? And also color change for the font? Thanks in advance kieran
April 21, 2018 at 22:28 #195636Kieran_SQModeratorHi,
You can use the below custom CSS instead which targets more options, let me know if there is anything other you would like to do with the titles
COPY CODE.sidebar_location h5 { color: #ffffff; background-color: #e56081; border-bottom: solid 5px #b94d68; width: 100%; padding: 7px 10px 7px 10px; }
You can remove or alter the border-bottom property depending on whether you wish to use it or not. Also, if you do not wish the background color to fill the width of the area just remove the line where you see width:100%;
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
April 22, 2018 at 10:10 #195656spocarParticipantTHANK YOU SO MUCH GUYS!!! you are the best. I love your theme
April 22, 2018 at 16:02 #195667Kieran_SQModeratorHi,
You’re very welcome, and thanks for the kind words – If you haven’t done so already please consider leaving the support received and SweetDate a review on ThemeForest, every review really helps us.
If you have any other questions please feel free to open a new ticket and we’ll be happy to assist.
https://themeforest.net/item/sweet-date-more-than-a-wordpress-dating-theme/reviews/4994573
All the best,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
You must be logged in to reply to this topic.