Home › Forums › Air WordPress Theme › Menu and Portfolio mouseover effect
- This topic has 6 replies, 2 voices, and was last updated 8 years, 4 months ago by
SeaTheme.
-
AuthorPosts
-
January 10, 2018 at 5:10 pm #14220
Hi!
Thanks for the theme, it’s great.
I’d like to change the mouseover effect at two places and i dont find where to modify it :
– on the main navigation menu : Right now (https://julienroudaut.com/), once you rollover an item in the menu, a line is appearing below it. First, i think the line is too thick and too close to the text. Is it possible to make it thinner or is it standard to the font used ? Also, i would like to change the underline effect to a “line through” effect. Where is it possible to change that ?
Also, is it possible to leave the line through on the items when the page is active ?– On thumbnails on portfolio (homepage), how is it possible to change the hover background from white to black for example, and so the text from black to white ?
Thanks a lot for your help!
January 11, 2018 at 2:43 am #14225Hi, thank you for purchasing our theme
1. It is possible.
please go to Appearance > Customize, paste the custom css code to “Additional CSS” box.#navi_wrap a::before {height: 1px;} #navi_wrap .current-menu-item a:hover::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; transform-origin: 0 0; }2. Please change the color here:
Apperance >Theme options > schemes: Portfolio List / Title for Item
Apperance >Theme options > schemes: Portfolio List / Mask for ItemRegards!
Bwsm – uiueux.com – Twitter – FacebookJanuary 11, 2018 at 3:17 pm #14228Thanks !
1. the line thickness is good now. But how can i change the text-decoration effect from “underline” to “line-through” ?
I’d like to change it as well on the social media links too.2. It works except the title of the project which is grey on the black background now, which is not good. I want it to be black, and choose another color for mouseover. But when i change “Apperance >Theme options > schemes: Portfolio List / Title for Item”, it doesnt work. (https://julienroudaut.com)
Thanks !
January 11, 2018 at 5:21 pm #14229Sorry, another and last question :
I have issues modifying the Shop page :
– I’m trying to take off the big title of the page, but nothing changes (https://julienroudaut.com/shop/). Where can it be modified ?
– The quality of the thumbails images of the product is bad and i dont understand why. is there a specific size for it ? Is it the cropping that make them pixellated ?Thanks
January 12, 2018 at 1:34 pm #142311. Please add the custom css:
#navi_wrap a::before, .footer-menu a::before, .socialmeida-text::after, #navi li.menu-item > a::before { top: 50%; bottom: auto;}2. Please use the custom css to for item color:
.grid-item-tit-a {color:#000;}
for mouseover:
.grid-item-tit-a:hover {color:#000;}ps: The title will not be shown if you change the color as black. Because the mask color is black also.
3. To hide the shop page title, add the custom css:
.post-type-archive-product .archive-title.title-wrap { display: none;}4. Please send your wp-admin(url/user/pass) via
my profile contact form (you need login on ThemeForest), I’ll log in to check it.January 13, 2018 at 1:24 am #14234Thanks!
I just sent you the wp-admin(url/user/pass) via your profile contact form.
Why is it not possible to modify the Shop page in the page setup ?
What if i wanna add some text in the page ?Thanks !
January 13, 2018 at 8:24 am #14235Welcome! You could use the WooComerce shortcodes to create a page by BM pagebuilder(Text Block module)
https://docs.woocommerce.com/document/woocommerce-shortcodes/ -
AuthorPosts
- You must be logged in to reply to this topic.
