Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #1400413

    I want the widget titles to be same as main menu fonts bestfortmyersrealestate.com

    • This topic was modified 1 year, 1 month ago by daves1997.
    #1400435

    you 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 enfold

    are not well noted – i do not know if this will destroy some of the following rules – but remember to correct them

    #1400471

    removed incorrect CSS
    added your css.
    Did not work

    #1400475

    Hi,

    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,
    Yigit

    #1400482

    2023-03-08_08-47-35

    #1400490

    Can anyone else help me?

    #1400494

    Hi,

    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,
    Yigit

    #1400496

    Guess I can’t do it
    gave you login

    #1400515

    found 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;
    }

    #1400560

    Hi,
    I believe that your plugin Widget Options – Extended is overriding the widget style:
    Enfold_Support_583.jpeg
    Try disabling the custom style in the widget or try disabling the plugin, Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    #1400572

    This 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;
    }

    #1400579

    Now I have huge spacing between page and sidebar

    #1400584

    Having 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.

    #1400585

    Hi,
    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,
    Mike

    #1400590

    space between content and sidebar is huge. The separater line should also be removed.
    2023-03-09_13-44-06
    Thanks Mike

    #1400591

    additionally you cannot read the property organizer right side. Sign in is off to the right.

    #1400673

    Hi,
    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,
    Mike

    #1400680

    It worked. Thanks Mike. You can close

    #1400684

    Hi,
    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

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Widget title colors’ is closed to new replies.