aailweb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Optimizer] Menu entry text and hover underline colorMany thanks but I have:
Front Page > Slider >
Slider Type: Statioc SlideHeader > Header >
Transparent Header on Frontpage: active
Transparent Header Text Color: white (#ffffff)
Header Background Color: white (#ffffff)Header > Menu >
Menu Text Color: default gray (#888888)
Menu Hover Text Color: fefault white (#ffffff)When I hover Menu Text in the Frontpage (as desired) the text remain white and the underline is white (it’s okay).
When I hover Menu Text in a selected page the text is gray and the underline is white (it’s NOT okay, they should be gray and gray).
How can I obtain the desired appearance?
Forum: Themes and Templates
In reply to: [Optimizer] Menu entry text and hover underline colorMay I have a solution for the problem I reported?
Forum: Themes and Templates
In reply to: [Optimizer] Menu entry text and hover underline colorAny idea about how solving my issue?
Forum: Themes and Templates
In reply to: [Optimizer] Menu entry text and hover underline colorDone… installed Simple Custom CSS, added CSS code and removed “#topmenu ul.menu>li:hover:after{background-color: #607D8B;}” in theme custom CSS code. But it seems not to work.
Forum: Themes and Templates
In reply to: [Optimizer] Menu entry text and hover underline colorI removed it because it didn’t work. Now I added it again as you required.
#topmenu ul.menu>li:hover:after{background-color: #607D8B;}
And here all the custom CSS code added:
/* Head Inner */
.head_inner{padding-bottom: 20px;}
/* Site Title and Tagline */
.logo h1 a, .logo h2 a{font-weight: 500; text-transform: uppercase; line-height: 0;}
span.desc{font-size: 20px; font-weight: 600; text-transform: uppercase; opacity: 1; line-height: 0;}
/* Menu Frontpage */
#topmenu ul li a{font-weight: 700;}
/* Menu Not Frontpage */
#topmenu ul.menu>li:hover:after{background-color: #607D8B;}
/* Frontpage Slider Text */
.stat_content_inner{font-size: 125%;}
/* About Widgets */
.about_pre{}
.about_header{font-size: 48px; font-weight: 700;}
.aboutblock {padding-top: 60px; padding-bottom: 20px;}
/* Blocks Widgets */
.midrow_block h3{font-size: 1.1em}
/* Page Header */
.page_head{min-height: 0px;}
.page_head h1, .page_head a{font-weight: 600; font-size: 34px;}
#content {margin-top: -60px;}
/* Footer Widgets */
#footer .widgets {padding: 0px 0px;}
/* Footer Copyright */
.copytext{line-height: 1em;}Thank you very much
Forum: Themes and Templates
In reply to: [Optimizer] Menu entry text and hover underline colorThank you (always kind and prompt) but even this last version of CSS code doesn’t turn to black the hovering underscore of menu text in pages different from front page.
Forum: Themes and Templates
In reply to: [Optimizer] Menu entry text and hover underline colorThank you, but none of the three versions of CSS code meets my need.
I have menu entries text white in the front page and black in every other selected page, and would like to have the nenu text underline color (when hovering the menu entry with the mouse pointer) equal to the text color, but I have it always white.
Forum: Themes and Templates
In reply to: [Optimizer] Menu entry text and hover underline colorNo, hover text underline color in selected page (not frontpage) stays white.
Forum: Themes and Templates
In reply to: [Optimizer] Menu entry text and hover underline colorI’ve set
– front page menu text color: white
– selected page menu text color: blackand have hover text underline color always white (in front page menu and in selected page menu).
I would like to have the hover text underline color black only when I am in a page different from the front page. May you kindly help me?
Forum: Themes and Templates
In reply to: [Optimizer] Menu entry text and hover underline colorMany thanks, but adding the suggested CSS code
#topmenu ul.menu>li:after, #frontsidebar .widget_nav_menu ul.menu>li:after{background-color: #000!important;
width: 70%;}I reached the opposite: while hovering, black undeline on white menu entry text in the front page and white underline on black menu entry text in the selected page (before adding the CSS code the undeline was always white).
I would need to have the hovering undeline black color in the menu (when hovered) only when I am in a page different from the front page (where the menu entry text is black).
Okay, it works!!! Many thanks for your prompt reply.
Forum: Themes and Templates
In reply to: [Optimizer] Instant Preview doesn't work properlyOkay, by the tests carried, we can just conclude that the issue reported is caused by the add-on AdBlock Plus enabled on my browser. It is sufficient to disable AdBlock Pius for the url corresponding to the managed website and the prombem is solved.
Forum: Themes and Templates
In reply to: [Optimizer] Content Box Width Slider doesn't workOkay, in custom-style.php
replaced:
.site_boxed .center {width: 95%!important;margin: 0 auto;}
with:
.site_boxed .center {width: 95%;margin: 0 auto;}
and now it works!!!Thank you very much!!!
AndreaForum: Themes and Templates
In reply to: [Optimizer] Content Box Width Slider doesn't workSorry, but I’ve never added the CSS code you wrote. The only CSS code I’ve added is the the following:
* Header Inner */
.head_inner{padding-bottom: 20px;}
/* Site Title and Tagline */
.logo h1 a, .logo h2 a{font-weight: 500; text-transform: uppercase; line-height: 0;}
span.desc{font-size: 18px; font-weight: 600; text-transform: uppercase; opacity: 1; line-height: 0;}
/* Menu Frontpage */
#topmenu ul li a{font-weight: 700;}
/* Frontpage Slider Text */
.stat_content_inner{font-size: 125%;}
/* About Widgets */
.about_pre{}
.about_header{font-size: 48px; font-weight: 700;}
.aboutblock {padding-top: 60px; padding-bottom: 20px;}
/* Blocks Widgets */
.midrow_block h3{font-size: 1.1em}
/* Page Header */
.page_head{min-height: 0px;}
.page_head h1, .page_head a{font-weight: 300;}
/* Footer Widgets */
#footer .widgets {padding: 0px 0px;}
/* Footer Copyright */
.copytext{line-height: 1em;}I’ve only set Boxed Layout ON and moved the Slider Content Box Width slider to the maximum width (right end).
Forum: Themes and Templates
In reply to: [Optimizer] Content Box Width Slider doesn't workAnd this is the custom CSS code I’ve added:
/* Header Inner */
.head_inner{padding-bottom: 20px;}
/* Site Title and Tagline */
.logo h1 a, .logo h2 a{font-weight: 500; text-transform: uppercase; line-height: 0;}
span.desc{font-size: 18px; font-weight: 600; text-transform: uppercase; opacity: 1; line-height: 0;}
/* Menu Frontpage */
#topmenu ul li a{font-weight: 700;}
/* Frontpage Slider Text */
.stat_content_inner{font-size: 125%;}
/* About Widgets */
.about_pre{}
.about_header{font-size: 48px; font-weight: 700;}
.aboutblock {padding-top: 60px; padding-bottom: 20px;}
/* Blocks Widgets */
.midrow_block h3{font-size: 1.1em}
/* Page Header */
.page_head{min-height: 0px;}
.page_head h1, .page_head a{font-weight: 300;}
/* Footer Widgets */
#footer .widgets {padding: 0px 0px;}
/* Footer Copyright */
.copytext{line-height: 1em;}