Forum Replies Created
-
AuthorPosts
-
January 31, 2018 at 12:20 am in reply to: Remove the search icon and search box from menu area #130815SkandhaParticipant
@JohnV: Go to => Appearance => Customize => Additional CSS and add the following CSS Code
#search-toggle, .search-field { display: none; }
Let me know if this solves your issue!
Regards,
SkandhaSkandhaParticipant@cheryl: Goto => Appearance => Customize => Additional CSS and add the following CSS Code.
//To change the color of title in header media
.custom-header-content .entry-title { color: red; }
//To change the color of LISTEN link in header media
.custom-header-content .site-header-text a { color: red; }
You can change the color according to your requirement!
Let me know if this solves your issues.Regards,
SkandhaSkandhaParticipant@Sumiko: Go to => Appearance => Customize => Additional CSS and add the following CSS
.slider-image { margin-right: 102px; margin-left: 102px; }
Let me know if this works!
Regards,
SkandhaSkandhaParticipant@ydigilov: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#pg-18-0 .panel-grid-cell { margin-right: 50px; }
Let me know if this solves your issue!
Regards,
SkandhaSkandhaParticipant@robert: Go to => Appearance => Customize => Additional CSS and try adding the following CSS Code
.square { display: none; }
Let me know if this solves your issue!
Regards,
SkandhaJanuary 29, 2018 at 10:34 pm in reply to: Featured Page Widget on Mobile Device large and inconsistent distance from text #130726SkandhaParticipant@fkey541: Glad that you’re satisfied with our support. If it’s not much trouble please leave a sincere review of the theme on the following link https://wordpress.org/themes/rock-star/.
Have a good day!Regards,
SkandhaSkandhaParticipant@cheryl: It is not possible to change the header media text color from the colors option. You will need to add a little bit of additional CSS code for that. Please post in your site URL so that i can provide you with the CSS Code.
Regards,
SkandhaSkandhaParticipant@skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS.
.hentry { border-radius: 0; }
Let me know if you have any more issues!
Regards,
SkandhaSkandhaParticipant@Kathrin: Go to => Appearance => Customize => Additional CSS and add the following CSS.
.entry-content { border-top: none; }
Let me know if you have any more issues!
Regards,
SkandhaJanuary 24, 2018 at 2:39 am in reply to: Featured Page Widget on Mobile Device large and inconsistent distance from text #130439SkandhaParticipant@dadoonan: Please discard the previous reply and follow this one. Goto => Appearance => Customize => Additional CSS add the following code.
@media screen and (min-width: 991px) { #masthead { display: none; } }
Let me know if this solves your issue!
Regards,
SkandhaSkandhaParticipant@dadoonan: You can remove the author by adding a bit of CSS Code. Go to => Appearance => Customize => Additional CSS and add the following code.
.author { display: none; }
Let me know if you have any more issues!
Regards,
SkandhaSkandhaParticipant@dadoonan: To remove the extra padding Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#masthead { display: none; }
Let me know if this solves your issue!
Regards,
SkandhaJanuary 23, 2018 at 5:54 am in reply to: Featured Page Widget on Mobile Device large and inconsistent distance from text #130368SkandhaParticipant@fkey541: Please discard the previous reply. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (max-width: 640px) { .entry-header { height: auto; overflow: unset; } }
Let me know if this resolves your issue!
Regards,
SkandhaSkandhaParticipant@skynet: Glad that the issues have been resolved. Have a good day!
Regards,
SkandhaSkandhaParticipant@skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code
.commentlist > li.comment{ border-color: white; }
Let me know if you have any more issues!
Regards,
Skandha -
AuthorPosts