Comments ewallztheme started the conversationNovember 7, 2019 at 1:49amHi, do you know how can i edit the project_category page template?https://neuronthemes.com/arkhitekton/projects_category/creative/i want to :- change the background color of these pages- change breadcrumbs color to dark theme- can edit the thumbnail size? to other predefined size?- can reduce the gap between images? 675Neuron repliedNovember 7, 2019 at 1:02pmHi,Unfortunately that page is not edited with Elementor, I can provide you with Custom CSS for these things.1) Change the body background color of taxonomies. .tax-portfolio_category .l-main-wrapper { background-color: #333; }2) Change the breadcrumb bg and text color. .tax-portfolio_category .o-breadcrumb { background-color: #333;} .tax-portfolio_category .o-breadcrumb * { color: #fff !important;} 3) Unfortunately that cannot be achieved, the only way to edit is by adding a condition on archive by Elementor PRO(which you already use).4) .tax-portfolio_category .masonry { margin-left: -10px !important;; margin-right: -10px !important;;} .tax-portfolio_category .masonry .selector { padding-right: 10px !important; padding-left: 10px !important; margin-bottom: 20px !important;} So, this is the formula to keep them in good spacing. A: 10pxB: A * 2Feel free to ask for anything you need.Kind Regards Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.ewallztheme repliedNovember 7, 2019 at 1:15pmOk thanks for the code. :-) 675Neuron repliedNovember 7, 2019 at 1:45pmYou're welcome anytime, feel free to ask for anything you need Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group. Sign in to reply ...
Hi, do you know how can i edit the project_category page template?
https://neuronthemes.com/arkhitekton/projects_category/creative/
i want to :
- change the background color of these pages
- change breadcrumbs color to dark theme
- can edit the thumbnail size? to other predefined size?
- can reduce the gap between images?
Hi,
Unfortunately that page is not edited with Elementor, I can provide you with Custom CSS for these things.
1) Change the body background color of taxonomies.
2) Change the breadcrumb bg and text color.
3) Unfortunately that cannot be achieved, the only way to edit is by adding a condition on archive by Elementor PRO(which you already use).
4)
So, this is the formula to keep them in good spacing.
A: 10px
B: A * 2
Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Ok thanks for the code. :-)
You're welcome anytime, feel free to ask for anything you need
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.