Home Forums WoodMart support forum My acount text as a icon?

My acount text as a icon?

Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #33955

    zagas
    Participant

    How can i change the text my acount to icon so it match searth/wishlist/cart
    Se here: http://www.bilddump.se/bilder/20180118102303-82.183.39.138.jpg

    #33965

    Artem Temos
    Keymaster
    Xtemos team

    Hi,

    You can turn on an icon there in Theme Settings -> Header -> My account links -> Style.

    Regards

    #33989

    zagas
    Participant

    Hi, ty great! How can i make the icon same as the other icon colour? (It shows black now)

    #33993

    Artem Temos
    Keymaster
    Xtemos team

    Change it with the following CSS snippet

    .woodmart-header-links .my-account-with-icon>a:before {
        color: #79b38b;
    }

    Regards

    #33994

    zagas
    Participant

    And one more thing, my instagram show picture block have stopped working, it only show 1 of 6 picture? How can i make it work again? http://www.bilddump.se/bilder/20180118112217-82.183.39.138.jpg

    #34004

    Artem Temos
    Keymaster
    Xtemos team

    Read this topic with a similar problem https://xtemos.com/forums/topic/instagram-thumbnail-crashes-on-widget-on-homepage-instagram-did-not-return/
    It should help you. We will introduce a fix in the next theme update also.

    #34010

    zagas
    Participant

    Great ty will look on it.
    One more question hehe.. How can i enable this but only for mobile device?

    Categories menu in page heading
    Show categories menu below page title

    #34023

    Artem Temos
    Keymaster
    Xtemos team

    Sorry, but there is no option to enable categories menu for mobile devices only.

    #34027

    zagas
    Participant

    Cant i use some CSS snippet?

    #34033

    Artem Temos
    Keymaster
    Xtemos team

    Try to enable it now and we will prepare a custom CSS code to hide them on desktop devices.

    #34036

    zagas
    Participant

    Ty! So nice. It is enabled.

    #34038

    zagas
    Participant

    Is it possible with this code you prepare to change cart/checkout/Orderdone page title so the backround is white and it dont take so mutch height space?
    Like now it is http://www.bilddump.se/bilder/20180118145844-82.183.39.138.jpg but i want : http://www.bilddump.se/bilder/20180118145831-82.183.39.138.jpg (not with that small picture in backround of text but just the text and white backround)

    #34039

    zagas
    Participant

    between do u have a place where i can donate for all help?

    #34049

    Artem Temos
    Keymaster
    Xtemos team

    But we don’t see categories menu enabled at the moment.

    You can remove the background from your page title completely in Theme Settings -> Page heading. Then switch text color scheme to dark.

    You can leave a 5 stars review on ThemeForest and it would be the best way to say thank you 🙂

    #34052

    zagas
    Participant

    Ok its enabled, will sure do

    #34053

    Artem Temos
    Keymaster
    Xtemos team

    Add the following code snippet for desktop devices only

    .title-shop {
    	display:none!important;
    }
    #34074

    zagas
    Participant

    Ty it worked!

    You can remove the background from your page title completely in Theme Settings -> Page heading. Then switch text color scheme to dark.

    Yes but i want it like this on mobile: http://www.bilddump.se/bilder/20180118162714-82.183.39.138.png

    But this on desktop:
    Is it possible with this code you prepare to change cart/checkout/Orderdone page title so the backround is white and it dont take so mutch height space?
    Like now it is http://www.bilddump.se/bilder/20180118145844-82.183.39.138.jpg but i want : http://www.bilddump.se/bilder/20180118145831-82.183.39.138.jpg (not with that small picture in backround of text but just the text and white backround)

    #34081

    Artem Temos
    Keymaster
    Xtemos team

    Sorry, but it will require have different color schemes for texts on desktop and mobile devices. We can’t change this.

    #34128

    zagas
    Participant

    Ok i understand. But how can i reduce how mutch empty space it takes under and over the title?

    #34153

    Artem Temos
    Keymaster
    Xtemos team

    You can change the page title size to small in Theme Settings -> Page heading.

    #34172

    zagas
    Participant

    Yes ty i found that, but that just make the text smaller or bigger. I want to remove to empty space it takes, se red marks:
    http://www.bilddump.se/bilder/20180119083111-82.183.39.138.jpg
    And mobile:
    http://www.bilddump.se/bilder/20180119083136-82.183.39.138.jpg

    #34173

    Artem Temos
    Keymaster
    Xtemos team

    Try to use the following CSS snippet for this

    div.page-title {
        margin-top: -50px;
        margin-bottom: 20px;
    }
    #34183

    zagas
    Participant

    Ty it worked, but one problem for mobile store view se this picture: http://www.bilddump.se/bilder/20180119092535-82.183.39.138.png
    The category mapping and title for productcategory gets togheter.
    Any CSS snippet i can put just for mobile/tablet shop title to avoid this?

    #34199

    Artem Temos
    Keymaster
    Xtemos team

    But as we can see you have modified the code we gave you. Please, leave the original code to make it look correct.

    #34210

    zagas
    Participant

    i put your original code and the problem is still there strange :S And with the original code you did the space is still there:
    http://www.bilddump.se/bilder/20180119112838-82.183.39.138.png

    #34225

    Artem Temos
    Keymaster
    Xtemos team

    Try to replace the original code with this one

    div.page-title {
       margin-top: -50px;
       margin-bottom: 0;
    }
    
    div.title-shop {
       margin-bottom: 20px;
    }
    #34227

    zagas
    Participant

    Perfect that was it! You are the best 🙂

    #34230

    Artem Temos
    Keymaster
    Xtemos team

    Great, you are welcome!

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

The topic ‘My acount text as a icon?’ is closed to new replies.