Amit Gupta
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Wallstreet] Article with an excerptForum: Themes and Templates
In reply to: [Dream Spa] footer widget: full widthForum: Themes and Templates
In reply to: [Wallstreet] Article with an excerptHi,
Kindly please share your site URL and screenshot so that we can take a closer look and assist you better.
Thanks
- This reply was modified 5 years, 10 months ago by Amit Gupta.
Forum: Themes and Templates
In reply to: [Wallstreet] Article with an excerptForum: Themes and Templates
In reply to: [Wallstreet] Hide the authorHi, triton63
Please add the below custom CSS code:
.blog-post-meta #blog-author { display: none; }
I hope this will work for you!
Thanks
Forum: Themes and Templates
In reply to: [Wallstreet] Hide the authorHi, triton63
To do this Go to >> Appearance >> Customizer >> Header settings >> Custom CSS
And add the below custom CSS code:.blog-author { display: none; }
Let me know did it work!
Thanks
Forum: Themes and Templates
In reply to: [Dream Spa] footer widget: full widthHi, nikolas27
To make the footer widget in full width, please add the following CSS code in custom CSS field (Appearance -> Customize -> Additional CSS)
.footer-sidebar .col-md-3,.footer-sidebar .col-sm-6{ width: 100%; }
Let me know did it work!
Thanks
Forum: Themes and Templates
In reply to: [Busiprof] Homepage Section Service image positionGlad to help you!
You can rate us if you like our Theme & Support:
https://www.ads-software.com/support/theme/busiprof/reviews/#new-postThanks
Forum: Themes and Templates
In reply to: [Busiprof] Homepage Section Service image positionHi, zimmer46
You can use the custom CSS in the custom CSS box:
@media only screen and (max-width: 767px) { .post img { display: inline-block; } }
Let me know did it work!
Thanks
Forum: Themes and Templates
In reply to: [Rambo] Read More buttonHi, sabbrut
You can use the custom CSS in the custom CSS box:
@media only screen and (min-width: 0px) and (max-width: 767px){ .container.slider_con { display: block;} .container.slider_con h5, .container.slider_con h2{ display: none;} .slide-btn{ margin-left: 10px;} .slide-btn:hover{ padding: 5px 30px !important; }}
Let me know did it work!
Thanks
- This reply was modified 5 years, 10 months ago by Amit Gupta.