I'm building an online portfolio for myself, using the Villar theme. I like it very much, and everything works properly! For the menus, I prefer the design option UNDERLINE instead of UNDERBOX.
Is there a way to set the "prev" and "next" buttons of the portfolio navigation to UNDERLINE as well? So that the hover-effect matches the one of the menus?
Hi,
I'm building an online portfolio for myself, using the Villar theme. I like it very much, and everything works properly! For the menus, I prefer the design option UNDERLINE instead of UNDERBOX.
Is there a way to set the "prev" and "next" buttons of the portfolio navigation to UNDERLINE as well? So that the hover-effect matches the one of the menus?
cheers
Can you provide wp admin access in a private comment so we can try adding the custom css for it.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi,
I have sent you the wp-access. So do you think the custom css will work out?
Thank you
Hi, where did you send it exactly? I meant here in a private comment attached to this ticket. Sorry for misunderstanding
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello so I changed the menu items highlight to be underlined and added
.nav-button a p:before {
content: '';
position: absolute;
bottom: 0px;
left: 0;
width: 100%;
height: 2px;
background:rgba(0,0,0,0.1);
transform: scaleX(0);
transform-origin: right;
transition: transform .2s ease-out;
}
in theme options -> styling options -> custom CSS to for project navigation to match the menu items
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Awesome, thank you so much!