Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #656338

    Hi,

    Is it possible to add an Icon without borders (like inline) but with title to its left or right?

    Grüße
    Jyothis

    #656663

    Hey Jyothis,

    I think that should be possible, do you have a link to something similar to what you had in mind? Also please link to the page where you are working on so that we can inspect the item in order to give you some custom CSS.

    Regards,
    Rikard

    #656720

    Hi Rikard,

    Thank you for the quick response. That will be cool if you can help me out. The link the the page I am working on is below in the private area (the middle section of that page). I would like to add some text next to the connector icons (Icons without border).

    I am facing another issues with this setup.
    1. In mobile view, the icons with border is not properly aligning to the center.
    2. Is it possible to control the size of the background circle?
    Can you please help me out here too or should I start another thread?

    Grüße
    Jyothis

    #657107

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .page-id-255 .iconlist-timeline {
        display: none;
    }
    
    .page-id-255 .iconlist_icon {
        background: transparent!important;
    }
    
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.