Home › Forums › WoodMart support forum › My acount text as a icon?
My acount text as a icon?
- This topic has 27 replies, 2 voices, and was last updated 6 years, 10 months ago by Artem Temos.
-
AuthorPosts
-
January 18, 2018 at 9:33 am #33955
zagasParticipantHow 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.jpgJanuary 18, 2018 at 9:57 am #33965
Artem TemosKeymasterHi,
You can turn on an icon there in Theme Settings -> Header -> My account links -> Style.
Regards
January 18, 2018 at 10:22 am #33989
zagasParticipantHi, ty great! How can i make the icon same as the other icon colour? (It shows black now)
January 18, 2018 at 10:32 am #33993
Artem TemosKeymasterChange it with the following CSS snippet
.woodmart-header-links .my-account-with-icon>a:before { color: #79b38b; }
Regards
January 18, 2018 at 10:32 am #33994
zagasParticipantAnd 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
January 18, 2018 at 12:01 pm #34004
Artem TemosKeymasterRead 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.January 18, 2018 at 12:05 pm #34010
zagasParticipantGreat 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 titleJanuary 18, 2018 at 1:36 pm #34023
Artem TemosKeymasterSorry, but there is no option to enable categories menu for mobile devices only.
January 18, 2018 at 1:43 pm #34027
zagasParticipantCant i use some CSS snippet?
January 18, 2018 at 1:57 pm #34033
Artem TemosKeymasterTry to enable it now and we will prepare a custom CSS code to hide them on desktop devices.
January 18, 2018 at 2:08 pm #34036
zagasParticipantTy! So nice. It is enabled.
January 18, 2018 at 2:12 pm #34038
zagasParticipantIs 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)January 18, 2018 at 2:13 pm #34039
zagasParticipantbetween do u have a place where i can donate for all help?
January 18, 2018 at 3:05 pm #34049
Artem TemosKeymasterBut 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 🙂
January 18, 2018 at 3:10 pm #34052
zagasParticipantOk its enabled, will sure do
January 18, 2018 at 3:15 pm #34053
Artem TemosKeymasterAdd the following code snippet for desktop devices only
.title-shop { display:none!important; }
January 18, 2018 at 3:37 pm #34074
zagasParticipantTy 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)January 18, 2018 at 3:45 pm #34081
Artem TemosKeymasterSorry, but it will require have different color schemes for texts on desktop and mobile devices. We can’t change this.
January 18, 2018 at 7:25 pm #34128
zagasParticipantOk i understand. But how can i reduce how mutch empty space it takes under and over the title?
January 19, 2018 at 7:10 am #34153
Artem TemosKeymasterYou can change the page title size to small in Theme Settings -> Page heading.
January 19, 2018 at 7:41 am #34172
zagasParticipantYes 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.jpgJanuary 19, 2018 at 7:47 am #34173
Artem TemosKeymasterTry to use the following CSS snippet for this
div.page-title { margin-top: -50px; margin-bottom: 20px; }
January 19, 2018 at 8:37 am #34183
zagasParticipantTy 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?January 19, 2018 at 10:06 am #34199
Artem TemosKeymasterBut as we can see you have modified the code we gave you. Please, leave the original code to make it look correct.
January 19, 2018 at 10:38 am #34210
zagasParticipanti 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.pngJanuary 19, 2018 at 12:32 pm #34225
Artem TemosKeymasterTry to replace the original code with this one
div.page-title { margin-top: -50px; margin-bottom: 0; } div.title-shop { margin-bottom: 20px; }
January 19, 2018 at 12:38 pm #34227
zagasParticipantPerfect that was it! You are the best 🙂
January 19, 2018 at 12:44 pm #34230
Artem TemosKeymasterGreat, you are welcome!
-
AuthorPosts
The topic ‘My acount text as a icon?’ is closed to new replies.
- You must be logged in to create new topics. Login / Register