scottbadger on "[Theme: AccessPress Store] Colours"

ساخت وبلاگ

Hello There!

We really appreciate you writing in.

This code below is causing the red down arrow,

.main-navigation ul.menu > li > ul::after { content: ''; border: 6px solid transparent; width: 0; height: 0; border-bottom-color: #E23C35; position: absolute; top: -12px; left: 30px;
}

You will find this code it your style.css at line number 533.
Change the value of border-bottom-color to white or #fff and save.

Similarly, for the hover red color and text disappearing fix

Find

#site-navigation li a:hover,
.headertwo .home_navigation .inner_home #menu #site-navigation .store-menu > ul > li:hover > a,
.headertwo .home_navigation .inner_home #menu #site-navigation .menu > li.current-menu-item > a,
.headertwo .home_navigation .inner_home #menu #site-navigation .menu > li.current_page_item > a { color: #C6E6D9;
}

It should be at line 4437 of style.css

Replace the block of code with

#site-navigation li a:hover,
.headertwo .home_navigation .inner_home #menu #site-navigation .store-menu > ul > li:hover > a,
.headertwo .home_navigation .inner_home #menu #site-navigation .menu > li.current-menu-item > a,
.headertwo .home_navigation .inner_home #menu #site-navigation .menu > li.current_page_item > a { background-color: #95d0b8; color: #fff;
}

and save.

If this still does not work. Please write to us [email protected], with your wp-admin login details and we will fix it for you.

Hope this information was useful.

Thank you!

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 222 تاريخ : چهارشنبه 12 خرداد 1395 ساعت: 19:36