Notifications
Clear all

wpForo 1.x.x [Solved] How to hide or change shop account icon?

9 Posts
3 Users
0 Reactions
1,175 Views
Posts: 17
Topic starter
(@wellpa)
Eminent Member
Joined: 4 years ago

How to hide or change the shop account icon? also how to change permalink url?

Thank you

8 Replies
Alvina
Posts: 1867
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @wellpa,

Please provide a screenshot of what exactly you want to hide.

Posts: 17
Topic starter
(@wellpa)
Eminent Member
Joined: 4 years ago
1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4585

@wellpa,

use the following CSS code: 

i.fas.fa-shopping-cart {
display: none;
}

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab.  

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.   

Posts: 17
Topic starter
(@wellpa)
Eminent Member
Joined: 4 years ago

Thank you for your response.  but i just noticed it looks a bit unnoticeable without an icon. How do I change the icon and also permalink?

Thanks

 

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4585

@wellpa,

You should use the CSS code like this one:

i.fas.fa-shopping-cart::before {
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f1ea" !important;
}

The red marked values you can change if it's necessary. 

also permalink?

What do you mean saying change permalinks? 

 

Posts: 17
Topic starter
(@wellpa)
Eminent Member
Joined: 4 years ago

Thnak you icon now looks better now!

about permalink, waht i mean is when i click button, it gose to account page but i want to change it to other adress.

thank you

1 Reply
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1867

@wellpa,

I'm really sorry but there is no way to do that.

Page 1 / 2