rishi911
Forum Replies Created
-
Hi,
Can you please share a screenshot. Where you want to remove the date.
So we can see and assist you better.Thanks
Forum: Themes and Templates
In reply to: [Quality] Fotter splitting Instafeed in half – Webriti QulityHi maximebizeau,
Thanks for contacting us!
To remove the dates you have to add custom CSS code.
Go to Appearance >> Customize >> Custom CSS and add the below CSS code:.entry-date{ display: none !important; }
I hope it will work for you.
Let me know for any confusion!
Thanks
RishabhForum: Themes and Templates
In reply to: [Wallstreet] How to center Main MenuForum: Themes and Templates
In reply to: [Wallstreet] How to center Main MenuHi,
To do this add the below custom CSS code in custom CSS box:
@media (min-width: 768px){ .navbar-nav { float: none !important; }}
Let me know for any confusion!
Thanks
Forum: Themes and Templates
In reply to: [Wallstreet] How to center Main MenuForum: Themes and Templates
In reply to: [vdperanto] změna fontu v celé ?abloněForum: Themes and Templates
In reply to: [Wallstreet] Social icons change sizeHi miguelperez10,
It is because of plugin conflict. Maybe your shortcode plugin is conflict.
So please deactivate all your activated plugins one by one and then try.
I hope you understand what I mean to say.Thanks
RishabhForum: Themes and Templates
In reply to: [SpicePress] child themeForum: Themes and Templates
In reply to: [Quality] Fotter splitting Instafeed in half – Webriti QulityHi,
It did because the footer is divided into 4 columns. See the screenshot.
Please let us know what exactly you want by sending a screenshot.Thanks
Forum: Themes and Templates
In reply to: [SpicePress] child themeHi mabo1114mo
Please make sure your child theme name is “SpicePress Child Theme”. Because in the plugin the name used for the child theme is SpicePress Child Theme.
Refer to this screenshot.Let me know for any confusion!
Thanks
RishabhForum: Themes and Templates
In reply to: [Chilly] Last Posts Home PageHi bilisko,
Thanks for contacting us!
To do this you can use more tag. With the help of this, you can put read more button in your post wherever you want. To add the more tag, refer to this link.
Thanks
RishabhForum: Themes and Templates
In reply to: [Rambo] Theme colorHi,
Yes, it is possible to create any color in pro-version.
Thanks
RishabhForum: Themes and Templates
In reply to: [Quality] Fotter splitting Instafeed in half – Webriti QulityForum: Themes and Templates
In reply to: [vdperanto] změna fontu v celé ?abloněHi lucka13
To do this, add the below custom CSS code:
.home h1, h2, h4{ font-family: sans-serif !important; }
I hope this will work for you.
Thanks