This topic has 6 replies, 3 voices, and was last updated 3 years ago ago by Olga Barlow
I want to add a banner at the top of the header like https://xstore.8theme.com/demos/2/niche-market02#. How to do that?
Another question, why the symbol “>” was not displayed correctly in my website homepage though it is showing correct in the dashboard, see, https://www.chefsdepot.tfifoods.com/wp/home-page-niche/
Hello,
1/ Create a static block with the desired content > add it into Appearance > Widgets > Header banner area
2/ Could you provide URL and temporary wp-admin access?
Regards
The display is ok when using page preview. Please let me know where the icon “>” comes from and the reason behind the trick issue. thanks
Hello,
Check now, please.
Regards
Thanks, the display is correct now.
But I need to know the reason and the method so I can handle this kind of issue next time by my self.
Hello,
You are welcome.
We have added the below custom to Theme Options > Custom CSS instead of the Elementor Custom CSS
.custom-block02 h3 {
padding-left: 12px
}
.custom-block02 h3:before {
content: "\e904";
font-family: 'xstore-icons' !important;
font-size: 9px;
position: absolute;
left: 0;
top: 13px
}
.custom-block02 .content-product {
margin-bottom: 5px
}
Regards
You must be logged in to reply to this topic.Log in/Sign up