-
-
Correct process to change Erzen Template to black background, I have tried a number of times and it keeps breaking. Obviously this involves changing all fonts to opposite colours as well as navigation menu adjustment.
-
I have made some progress on this, but I can’t figure out how to get the portfolio catagories font (the all caps menu) to change to white to work over the black background.
-
Also how do you edit the ‘scroll or drag’ instruction fixed in the bottom left, I want to make the arrow white
-
-
Hi,
1) You can change the portfolio categories font by Editing page with Elementor, edit portfolio section, in style-tab click on “Item Categories Color” and change color to your choice.2) You can change the color of text and arrow by simply adding this CSS code in the
WP-Admin Dashboard > Appearance > Customize > General > Custom Codes > Custom CSS:.ce-horizontal-scroll-text, .ce-horizontal-scroll-text svg, .ce-horizontal-scroll-text svg *{
color: #fff !important;
fill: #fff !important;
stroke: #fff !important;
}Thanks,
-
Hi Azam, thanks for your reply.
Point 2 is correct this custom CSS worked great.
Point 1 is not working for me, ‘Item Catagories Color’ changes the color of the the text that appears with each portfolio item not the typeography of the ‘Catagory Filters List’
-
Hi,
1- Great!
2- Please share the screenshot of where you are facing the problem about “Category Filter List”.Thanks,
-
I managed to change the Catagory Filters font by adding this custom code:
.ce-portfolio-grid-wrapper .ce-filters button{
color: #fff !important;
-
-
-
Is there an easy way to switch the Erzen template to vertical scroll?
-
Hi,
Please edit the erzen page with WordPress editor there you can see an option of “Horizontal Scroll” under the section with the name of Co-widgets Options > Select “No” if you don’t want to use the horizontal scroll.Thanks,
-
-
You must be logged in to reply to this topic.