How to remove the Porfolio arrows?

Hi there,
I would need to remove the Porfolio arrows from the Portfolio list.
Please see the picture:


For it, Could you teach me how to do it?
Thanks for your support
Alejandro

Hi Alejandro,

Thank you for reaching out to us. This would require custom CSS as this is not a theme feature by default and is outside of our support scope, but we will do our best to help you getting started with the customization but we will not be able to implement it. To remove the arrows, you can add the following code in the Theme Options > CSS:

.single .x-nav-articles {
    display: none;
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Hope this helps!

Hi @nabeel
First, thanks for your help with the CSS code to remove the arrows
I fixed it !!
Thanks for your support again
Regards
Alejandro

Hey

To get to the Theme Options, go to your Admin Dashboard, hover over X menu and then click on Theme Options (see screenshot)

In the left side of the Theme Options panel, you’ll find the CSS section to add your custom CSS (see screenshot)

image

Hope this helps!

Hi @nabeel
I fixed it
Thanks for your help !!
Regards
Alejandro

Glad that we could be of help Alejandro.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.