Okay
  Public Ticket #2207380
Project Category template edit
Closed

Comments

  • ewallztheme started the conversation

    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?

  •  675
    Neuron replied

    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.

    .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: 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.

  • ewallztheme replied

    Ok thanks for the code. :-)

  •  675
    Neuron replied

    You're welcome anytime, feel free to ask for anything you needsmile.png


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.