Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
In reply to: First topic text color
Hi, I’ve found the wrong css code:
#top ul:first-child > li > a { color: #eeeeee; }
Thanks for your help, you can consider it as solved
In reply to: First topic text colorHi, 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 2 replies - 1 through 2 (of 2 total)