Tagged: change widget title colors
-
AuthorPosts
-
March 7, 2023 at 11:38 pm #1400413
I want the widget titles to be same as main menu fonts bestfortmyersrealestate.com
- This topic was modified 1 year, 8 months ago by daves1997.
March 8, 2023 at 8:35 am #1400435you got on your child-theme – guess quick css a rule concerning to widget with important setting. so you had to be more specific on that new rule:
#footer .widget .widgettitle { color: #0026ff !important; }
BUT: go and have a look to your !important settings – has to be before the ending semicolon !
your rules :
#footer .widgettitle { color:#def1dc; !important } #footer .widgetfont { color:#def1dc; !important }
and btw: widgetfont is not a used class on enfoldare not well noted – i do not know if this will destroy some of the following rules – but remember to correct them
March 8, 2023 at 1:32 pm #1400471removed incorrect CSS
added your css.
Did not workMarch 8, 2023 at 1:56 pm #1400475Hi,
You also have the following inline CSS code
.widget#recent-posts-5 .widgettitle, .widget#recent-posts-5 .widget-title, .widget#recent-posts-5 h1, .widget#recent-posts-5 h2, .widget#recent-posts-5 h3, .widget#recent-posts-5 h4, .widget#recent-posts-5 h5, .widget#recent-posts-5 h6 { color: #ffffff !important; }
You do not need to use a custom CSS code to change the color of widget titles. You can go to Enfold theme options > Advanced Styling, edit the Widget title, and check only the Footer section: https://i.imgur.com/gglSDp9.png
Regards,
YigitMarch 8, 2023 at 2:48 pm #1400482March 8, 2023 at 5:16 pm #1400490Can anyone else help me?
March 8, 2023 at 6:13 pm #1400494Hi,
Please remove the following code as it is overriding your option in Enfold theme options > Advanced Styling
.widget#recent-posts-5 .widgettitle, .widget#recent-posts-5 .widget-title, .widget#recent-posts-5 h1, .widget#recent-posts-5 h2, .widget#recent-posts-5 h3, .widget#recent-posts-5 h4, .widget#recent-posts-5 h5, .widget#recent-posts-5 h6 { color: #ffffff !important; }
If you’d like us to look into it, please create temporary admin logins and post them here privately.
Best regards,
YigitMarch 8, 2023 at 6:31 pm #1400496Guess I can’t do it
gave you loginMarch 8, 2023 at 10:28 pm #1400515found this in source code but could not find to eliminate
.widget#recent-posts-5 .widgettitle, .widget#recent-posts-5 .widget-title, .widget#recent-posts-5 h1, .widget#recent-posts-5 h2, .widget#recent-posts-5 h3, .widget#recent-posts-5 h4, .widget#recent-posts-5 h5, .widget#recent-posts-5 h6 {
color: #ffffff !important;
}March 9, 2023 at 1:22 pm #1400560March 9, 2023 at 4:00 pm #1400572This software has to offer the most difficult user interface ever!!
Should not take two days work to change a font color!!All fixed. except cannot seem to write proper code to change this
#top. widget h4.class=”widgettitle {
background-color: #008000;
color: #eff8ee; !important;
}March 9, 2023 at 6:33 pm #1400579Now I have huge spacing between page and sidebar
March 9, 2023 at 7:15 pm #1400584Having to wait 24 hours is bad. Then I get a response that is incorrect and have to wait another 24 hours for response and hope this is the right one.
March 9, 2023 at 7:38 pm #1400585Hi,
I didn’t know the plugin Widget Options – Extended had this option.
This css that you posted above is wrong:#top. widget h4.class=”widgettitle { background-color: #008000; color: #eff8ee; !important; }
this is it corrected, I fixed it for you:
#top #main .sidebar .widget h4.widgettitle { background-color: #008000; color: #eff8ee !important; }
as for your sidebar, do you mean the background color or the margin?
Best regards,
MikeMarch 9, 2023 at 7:45 pm #1400590March 9, 2023 at 7:47 pm #1400591additionally you cannot read the property organizer right side. Sign in is off to the right.
March 10, 2023 at 12:59 pm #1400673Hi,
Try this css:#main .sidebar_right .sidebar .inner_sidebar { margin-left: 0; } #top #wrap_all #main .sidebar_right .sidebar { border-left-style: none; } #top .sidebar_right .template-page.content { border-right-style: none; } #ihomefinderloginwidget-2 #ihf-main-container .col-xs-12.col-sm-2 { padding-left: 0; padding-right: 0; } #ihomefinderloginwidget-2 #ihf-main-container .col-xs-12.col-sm-10 { padding-left: 20px; padding-right: 0; width: 76%; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeMarch 10, 2023 at 1:34 pm #1400680It worked. Thanks Mike. You can close
March 10, 2023 at 1:51 pm #1400684Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Widget title colors’ is closed to new replies.