Okay
  Public Ticket #1415425
Appearance customization
Closed

Comments

  •  1
    Korbinian Vogel started the conversation

    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

  •  1,802
    Support replied

    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

  •  1
    Korbinian Vogel replied

    Hi,

    I have sent you the wp-access. So do you think the custom css will work out?

    Thank you

  •  1,802
    Support replied

    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

  •   Korbinian Vogel replied privately
  •   Support replied privately
  •   Korbinian Vogel replied privately
  •   Korbinian Vogel replied privately
  •  1,802
    Support replied

    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

  •  1
    Korbinian Vogel replied

    Awesome, thank you so much!