How to Change Color of .title (Headings)
in Fonts
Somehow along the way of customizing my site, my headings turned to a dark green color.
How can I get my headings to change to a different color? For example: the H1 at http://www.2ndchanceinsurance.com/insurance/auto-insurance-quotes/.
Below is the current custom CSS I have on the website, should that be helpful in identifying the issue.
#Top_bar
#logo img { max-height: 100%;}
@media only screen and (min-width: 960px) {
#Top_bar #logo img { max-width:
190px;}
}
.page-id-1161 #ecommerce_ready .fancy_heading { text-align: left;}
.page-id-1705 { background:
url(http://themes.muffingroup.com/betheme/wp-content/uploads/2014/06/wood-texture.png);}
.page-id-1748 .footer_action, .page-id-1748 .widgets_wrapper { display:
none;}
.page-id-1768 #Footer { display: none;}
.page-id-1796 #Footer { background: #292929;}
.page-id-1796 .dark .list_item.lists_2 .list_icon i { color: #fff; }
.header-classic #Top_bar { height: 120px; }
.header-classic #Top_bar #logo img { max-height: 165px; }
#Top_bar #logo { padding: 2px; height: 130px !important;
}
body:not(.home) #Top_bar .logo { position: absolute; z-index: 1; }
#Action_bar .contact_details { float: right !important; }
#Action_bar .contact_details li.slogan {color: #444444; }
#Action_bar .contact_details li.phone { color: #444444; font-size: 14px;
}
#Action_bar .contact_details li.mail { color: #444444; font-size: 14px; }
#Action_bar { background-color: #FCFCFC !important; }
.rev_slider {
background:
url(http://www.2ndchanceinsurance.com/wp-content/uploads/2014/09/progressive-background-e1410466783592.jpg)
no-repeat center center !important;
background-size: cover
!important;
}
#Subheader ul.breadcrumbs { text-align: left; width: 100%; margin-top:
10px; }
#Footer .widget_mfn_menu ul li a { color: #555555; }
#Footer .widget_mfn_menu ul li.current_page_item a { color: #2991d6;
}
#Footer .widget_recent_entries ul li a:hover { color: #FFFFFF; }
.single #Subheader h1.title { display: none; }
#Top_bar .menu li ul { border-style: solid; border-color: #BFBFBF;
border-width: thin; }
#Top_bar .menu li ul li#menu-item-2679 { background: #2991D6;
border-top-style: solid; border-bottom-style: solid; border-color: #FFF;
border-width: 2px; }
#Top_bar .menu li ul li#menu-item-2679 a { color: #FFFFFF; }
#Top_bar .menu li ul li#menu-item-2679:hover { background: #2991D6;
border-top-style: solid; border-bottom-style: solid; border-color: #FFF;
border-width: 2px; font-weight: bold; }
Comments