Okay
  Public Ticket #2447849
Client section
Closed

Comments

  • EDITPRODXB started the conversation

    How do I make the client logos smaller? Also how do I lose the line before selected work section? Thanks

  •  2,979
    Andrew replied

    Hi there,

    Try the following custom css:

    .clients .no-link img {
        height: 80px;
    }
    

    Kind regards.

  • EDITPRODXB replied

    Where do I add this? Sorry I am new at this.


  •  8,884
    Tahir replied

    Hey Again,

    - Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .clients .no-link img {
        max-height: 80px;
    }

    - Also remove the # symbol for the Row ID and remove the Bottom Padding as thats causing the line. See screenshot:

    3653980877.png

    Thanks 


    ThemeNectar Support Team 

  • EDITPRODXB replied

    Thanks again. How do I save changes in that panel?

  •  2,979
    Andrew replied

    Hi there,

    Please place the provided code at WP Admin > Salient > General Settings > CSS/ Script Related > Custom CSS Code. 

    Scroll to the bottom to save changes.

    8022387620.png

    Please get in touch if there is anything else I can help you with.