Home Forums Theme support Icons

This topic contains 10 replies, has 3 voices, and was last updated by  7Theme Support 9 years, 1 month ago.

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • Hello,

    Where do I find the links to the icons for the service box?

    Using Nuovo theme

    Hi,

    the Icons are just images, you can upload it into your media library. A great source for icons is iconfinder.com, this is the website where we’ve taken the icons for the demo website…

    Hi there How can I put image instead of icon in service box on your Licina theme.
    When I asign an image it goes so small…
    Please advice.
    Thank you.

    Hi stutku,

    we’ve added a maximum width for the icons. If you want to remove it, please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this css code:

    .servicebox img {
    max-width:none;
    max-height:none;
    }

    nope it didnt work.

    Hm, strange. Can you send us the link to your website, then we can check the source code for the problem…

    Hi there I actually made it using divs and classes. Looks fine at the moment.
    Thank you.

    <div class="servicebox">
    <div><a href="http://www.w3schools.com"><img class="" src="http://web-rockstars.com/nico/wp-content/uploads/2014/06/portfolio_020-600x400.jpg" alt="" width="200" height="133" /></a></div>
    <h3>İş Güvenliği Eğitimleri</h3>
    Lorem ipsum dolor sit amet, consetetur sadipscing …
    <a href="http://marinyatch.com/hizmetler/">Read more</a>
    </div>

    CSS

    .servicebox img {max-width:none; max-height:none;}
    .servicebox div {width: 100%; height: auto; margin: 0px auto 0px;}
    .servicebox {padding: 2px;}

    with this css codes your shortcodes are also working fine…

    Hi There,

    I would like to give link to spesific page from the image of servicebox and I would like to put button instead of Read more on servicebox in CROME THEME.

    Because This layout is not good for Mobile usage. Click on image would be good.

    Please advice

    Thank you in advanced…

    Hi,

    sorry, for this you have to edit the servicebox shortcode, because there is no option for a button link. You can find the shortcode in the file “shortcodes.php” in the theme folder “7league/”

    Hi there,
    I figure it out with html instead of using Shortcodes.
    As I said before it would be better with linked image or button for mobile users. Maybe for the next update..?
    Thank you…

    Hi,

    maybe we include it in one of the next updates

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

You must be logged in to reply to this topic.