Icon Box slider - format style

Home Forums Jevelin Theme Icon Box slider – format style

Home Forums Jevelin Theme Icon Box slider – format style

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    RESOLVED Posts
  • charnival
    Participant

    Hello, I’m using the icon box slider and want to align the text to the left.
    Simple HTML on WP Visual Composer module does not work.

    What can i do?

    Thanks!

    Attachments:
    You must be logged in to view attached files.

    Hi @charnival,

     

    I hope you are well today and thank you for your question.

     

    Are you referring the text as shown in the attached screenshot?

     

    Could you please share me the page URL from your site where it is displaying so that I can help you?

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    charnival
    Participant

    Hello and thank you for your help!
    Yes, I just want to justify that parragraf to the left, not centered as shown now.

    Here’s the link:
    https://faitem.skmarketingsolutions.es/

    Kind regards!

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-iconbox-slider-item-content-container,
    .sh-iconbox-slider-item-content-container * {
        text-align: left !important;
    }

    charnival
    Participant

    That worked perfectly.

    Thanks a lot for your help!!

    You are most welcome here πŸ™‚

    charnival
    Participant

    Hello there!

    On the same Icon Box Slider:

    Images are shown in a poor resolution so they appear pixelated.
    Is there a way to fix this?

    I’ve exported the images several times on diferent formats but anyway the problem still there.

    Thanks in advance!

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    If you don’t want to display it pixelated then please try using the below custom CSS code.

     

    #page-container .sh-iconbox-slider .sh-iconbox-slider-item {
        background-size: unset;
        background-repeat: no-repeat;
    }

    charnival
    Participant

    That great, thanks!

    You are always welcome here πŸ™‚

Viewing 10 posts - 1 through 10 (of 10 total)