Okay
  Public Ticket #3198435
item customization
Closed

Comments

  •  5
    enricomorichelli started the conversation

    Hi, Is it possible to somehow modify Horizontal List Item element to display bigger custom image?

    see example image

    thanks

    Attached files:  DEFAULT IMAGE.jpg
      CUSTOM IMAGE.jpg

  •  2,958
    Andrew replied

    Hello there,

    Thank you for reaching out to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-hor-list-item img.item-icon.x_large {
        width: 180px;
    }
    

    Thanks


  •  5
    enricomorichelli replied

    wow perfect Andrew, but is it also possible to have less padding inside?

    thanks

    see image

    Attached files:  2022-12-31 at 18-41-20.jpg

  •  2,958
    Andrew replied

    Hello again,

    Try adding this custom CSS

    .postid-833 .nectar-hor-list-item {
        padding-top: 0;
    }
    

    Kind regards,

  •  5
    enricomorichelli replied

    Perfect, thanks Andrew

  •  8,839
    Tahir replied

    Glad to hear that the code was helpful! Let us know if you have any further questions or need additional assistance.

    Best


    ThemeNectar Support Team 

  •  5
    enricomorichelli replied

    No thanks