• Resolved kaic

    (@kaic)


    Hello, I decided to use the theme Travelify with Woocommerce.
    Is it possible to put a small picture of the cart to the caption “Cart”.
    What should be the code and where to put?
    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Silkalns

    (@silkalns)

    This theme does support Genericons, which means that you can add via HTML or CSS styling, depending on where this cart should be located.

    You can find more information about Genericons here: https://genericons.com/#cart

    Thread Starter kaic

    (@kaic)

    Hello Silkalns, thanks for the reply, but I can not handle.
    I want to add a picture of the basket. Photo of basket have.

    Which file should I edit what code to put a picture to show a picture of the text to Shopping Cart chart? Please describe where the file is located.
    Please help, it is very important.
    I use a plugin Travelifi Vootsommertse.
    Thanks so much will be required.
    Good day!

    Theme Author Silkalns

    (@silkalns)

    Personally I would do it like this but you will have to tweak your code based on your widget name/id/class or whatever. Here would be a basic idea.

    #categories-2 .widget-title:after {
        content: '\f447';
        font-family: Genericons;
        font-size: 52px;
        float: right;
    }

    This code would take Genericons icon and would add it right after category widget title in my theme demo, but you need to modify for your website.

    Thread Starter kaic

    (@kaic)

    Thanks much everything is OK.
    I’m glad there are people like you.
    Be healthy!
    Thank you!

    Thread Starter kaic

    (@kaic)

    Благодаря ви!

    Theme Author Silkalns

    (@silkalns)

    I am glad I could help! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Picture of the cart to the caption "Cart".’ is closed to new replies.