Tagged: , , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #164712

    Hi there! I’m a little confused…thought the color of the text in the sidebar widgets would be the same as in the body, but not so. See

    When I examine with firebug, the text in the widget is in <div class=”textwidget”>. I’ve looked in a few of the css files but not finding this. How would I get the text in the widget text box “Science • Technology • Engineering • Math” to be the same color as the text in the body? Right now it is lighter.

    Here is what I have in Quick CSS in the event there is a conflict here that I don’t recognize:
    ——————————————————————————-
    .main_menu ul:first-child > li > a {
    font-size: 11px;
    }

    .title_container .main-title {
    font-size: 22px;
    font-weight: 600;
    }

    .alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
    color: #636363
    }

    .title_container .main-title {
    display: none;
    }
    #top #header .mega_menu_title a {
    font-size: 11px;
    line-height: 11px;
    color: #808080;
    }
    .avia_textblock p {
    color: #545354;
    }
    .main_color .iconlist_content {
    color: #545354;
    }
    .header_color .main_menu ul:first-child > li > a {
    color: #333333;
    }
    .iconlist-char {
    color: #ffffff;
    }
    .main_color .avia-icon-list .iconlist_icon {
    background-color: #97bab8;
    }

    .main_menu ul:first-child > li > a {
    text-transform: uppercase;
    }
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 90px;
    line-height: 140px;
    }
    #header_main .container, .main_menu ul:first-child > li a {
    height: 90px;
    line-height: 135px;
    }
    .title_container { background-color: #dae1e6 !important; }

    .avia-icon-list .iconlist_content_wrap li {
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: circle !important;
    list-style-position: outside;
    clear: both;
    overflow: visible;
    position: relative;
    min-height: 20px;
    }
    —————————————————————

    Also..what does “alternate content” refer to? I thought maybe it included widgets.

    V.

    #164713

    Ooops! Forgot the webpage: http://talentdev.valiantlane.com/about

    #164744

    Hello!

    You can add this on your custom.css or Quick CSS:

    .textwidget {
    color: #545354;
    }

    Regards,
    Ismael

    #164807

    Thanks for the fix! Also, to which elements does the alternate content formatting apply?

    #165097

    Hi!

    I think on text widget contents only. It is set to a lighter color to emphasize the content more. :)

    Regards,
    Ismael

    #165145

    Ismael…thought that might be the case! :-)

    #165193

    Glad Ismael could help. Let us know if you have any other questions or issues.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Enfold Child: Widget Text Color’ is closed to new replies.