Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Reply To: First topic text color

$
0
0

Hi, it doesn’t change.
I also tried this:

#bbpress-forums #top ul:first-child > li > a {
  color: #b84444!important;
}

i don’t know it that helps, but my custom CSS contains this:

li#menu-item-107548 .avia-menu-text span{
font-size: 22px;
}

#header_meta {
background: #4a96cd;
}
#top ul:first-child > li > a {
color: #eeeeee;
}

#top ul:first-child > li > a:hover {
color: #4a96cd;
}

/* Main Menu - HIGHLIGHT BLOCK */
#top .avia-menu-fx {
display:block;
position:absolute;
border-style:solid;
border-width:5px;
}

.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
opacity: 1;
}

.qa-faq-title { font-size: 110%; }
.faq-catname { font-size: 150%; }

.header_color .main_menu ul:first-child > li > a {font-size:110%;
}

@media only screen and (max-width: 600px) {
.av-inner-masonry-content.site-background {
opacity: 0 !important;
}
}

.single #main .content .entry-footer{
float: left !important;
}

/* Couleur de la sideBar */
.main_color .sidebar { background-color: #eeeeee; }

/* Couleur des liens vers pages de même niveau dans la sidebar*/
ul.nested_nav a:hover {
color: #4a96cd!important;
}
ul.nested_nav a {
color: #404040!important;
}

/*Classe pour centrer les images dans le menu*/
p.menu-image {
position: relative;
top: -9px;
}
li#menu-item-107543 a .avia-menu-fx {
bottom: 11px!important;
}
li#menu-item-107544 a .avia-menu-fx {
bottom: 11px!important;
}

/*Désactiver la bordure en haut a droite du menu*/
.avia-menu.av_menu_icon_beside { border-right: none; }

#top #header .avia_mega_div > .sub-menu.avia_mega_hr {
padding-top: 5px;
}
#top #header .avia_mega_div > .sub-menu {
padding: 20px 20px 20px;
}

Viewing all articles
Browse latest Browse all 3638

Trending Articles