Icons and Lines

Hi,

I added several icons to one of my posts and I'd like to change some things about them:

1) How can I adress the icons and change their size? They are too big for my liking.
2) How can I change the line's position (that appears when hovering over the icon) from the top of the icon & text to appear right beneath the icon logo (not the text) instead?
3) How can I change the lines color?

https://backpacker-buddies.de/reiseziele/europa/deutschland/hamburg-sehenswuerdigkeiten

Thanks in advance!

Comments

  • Hi,

    1) Please use this CSS (paste it to Theme Options > Custom CSS & JS > CSS)
    .icon_box i{
    font-size:0.5em;
    }
    2) Unfortunately, that's not possible.
    It require theme files customization, which we unfortunately not support.
    But, you can use a "Classic" style in Theme Options > Global > General - it will look different (it will be circled)

    3) The color of that line can be changed in the Theme Options > Colors > Content
    It's the "Theme | Color" .
  • Thanks!

    How can I

    1) get rid of the line completely?

    2) decrease the padding between the icon and the text as well as the icon and the text above or the text beneath the icon's text?

    Thanks
  • And how can I place the three icons next to each other on a mobile phone? They are all underneath each other which takes way too much space and looks off. Thanks!
  • 1,2) Please paste that code into the Theme Options > Custom CSS & JS > CSS
    .icon_box .title::before{
    display:none !important;
    }

    .icon_box .icon_wrapper{
    margin-bottom:0 !important;
    }

    Unfortunately, BeTheme is made to display everything in single row on mobile.
    To change that, you would have to edit theme files, but we do not support such customizations.
    Thanks
Sign In or Register to comment.