Okay
  Public Ticket #247061
Portfolio: hide " Sort portfolio" and change size title
Closed

Comments

  •   William started the conversation
  •  8,446
    Tahir replied

    Hey William!

    Add this into the Custom CSS box located in your Salient Options panel :

    #portfolio-filters-inline .container > ul li#sort-label {
        display: none;
    }
    body #portfolio-filters-inline .container > ul a {
        font-size: 16px !important;
    }
    
    
    

    Try using this plugin to rearrange the order : https://wordpress.org/plugins/taxonomy-terms-order...

    Cheers


    ThemeNectar Support Team 

  • William replied

    All is working perfectly ! Thanks. 

    - How to change the size of the main titles above all: "about us", "contact" etc...? I didn't see this option I think .

    - How to change the font color of these portfolio titles? I put the accent in black, and black on black.... :)

    - And last question, is it possible to have another text than the date under the portfolio images? 

    As I'm working for a movie company, I would like to have a text like " A film by..." I put you an image to show you. 

    Thanks for all

  •  8,446
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :

    #portfolio-filters-inline .container > ul a {
        font-size: 17px !important;
    }
    
    
    #portfolio-filters-inline .container ul li a.active {
        color: #fff !important;
    }
    #portfolio-filters-inline .container ul li a {
        color: #ccc !important;
    }
    
    
    

    I am afraid to change the date you will have to edit the core php code in "nectar/tinymce/shortcode-processing.php" . 

    Thanks


    ThemeNectar Support Team 

  • William replied

    That's perfect ! I put the code and it works, it's magic ;) 

    Thanks a lot