Forum Replies Created
-
AuthorPosts
-
Skandha
Member@skynet: Yes will need to replace the the_excerpt() with the_content(). You should do this change in tag.php file.
Let me know if this resolves your issues!
Regards,
SkandhaSkandha
Member@Kashina: This maybe a result of a plugin conflict. Try disabling the plugins you have used one by one to check if it is causing the issue and then just replace the specific plugin with another plugin that doesn’t cause issues. Check out the link to know how to recognize plugin conflicts.
Let me know if this solves your issue!
Regards,
SkandhaSkandha
Member@harmwal: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.nav-links { display: none; }Let me know if this works.
Regards,
SkandhaSkandha
Member@AZ_photos: I missed a semicolon after red, please add it!
Skandha
Member@AZ_photos: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.breadcrumb-area.custom { color: red; background-color: black; } .breadcrumb a { color: red }Change the text color and background-color as desired.
Let me know if does the trick!Regards,
SkandhaSkandha
Member@AZ_photos: I see that you have added the following code as Additional CSS.
#content article { background-color: black; }Remove the word article and save and publish, you should see the background changed to black.
Let me know if this sovles the issue.Regards,
SkandhaSkandha
Member@AZ_photos: Change is visible at my end after adding the CSS code. Take a look at my screenshot.
There must some issue at your end. Try clearing your browser cache and see if it works.Regards,
SkandhaSkandha
Member@AZ_photos: The background color is only visible in boxed layout. Go to => Appearance => Theme Options => Layout Options and select boxed as site layout.
However, i don’t think the background color will effect the white area you’re mentioning.
For that Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#content { background-color: black; }Let me know if this works!
Regards,
SkandhaSkandha
Member@AZ_photos: Go to => Appearance => Customize => Color => Background Color and select your desired color!
Let me know if you have any more issues!
Regards,
SkandhaSkandha
MemberHello @skynet, If you mean to remove leave a comment from the homepage!Go to => Appearance => Customize => Additional CSS and add the following CSS Code
.home .entry-meta .comments-link { display: none; }Let me know if this does the trick!
Have a good day!Regards,
SkandhaSkandha
Member@tommyho: Yes, you can change the size of a featured image inside an article. Please post in your site URL.
Regards,
SkandhaSkandha
Member@Roland: Glad that the issue is resolved.
Regards,
SkandhaSkandha
Member@ohmlabs: Please post in your site URL with the 3 widgets in the footer area. I will provide you with the CSS code to align the widget to the center of the footer!
Regards,
SkandhaSkandha
Member@connor1200: Go to => Appearance => Customize => Additional CSS and add the following CSS Code
.entry-title { display: none; }Let me know if you have any more issues.
Have a good day!Regards,
SkandhaSkandha
MemberHello @Roland, Sorry for the late reply! Go to => Appearance => Customize => Additional CSS and add the following CSS code.
.entry-meta { display: none; }Let me know if you have any more issues!
Have a good day!Regards,
SkandhaSkandha
Member@Roland: Using CSS you can alter settings for different viewing formats using media queries. Check out the link to know more about media queries.
Have a good day!
Regards,
SkandhaSkandha
MemberHello, @vasilvideomakers, Since you are working offline with your site, it`s hard for us to make changes without having a look at your site. Please post in you URL when your site is accessible!!
Have a good day!!Regards,
SkandhaJanuary 11, 2018 at 11:55 pm in reply to: Menu on mobile devices + space between logo and right top header #129608Skandha
Member@wouwonline: To align the button to the text in mobile devices Goto => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (max-width: 480px) { #menu-toggle-primary { margin-top: 60px; } .button-minimal.red { position: absolute; top: 205px; right: 95px; } h2.widget-title { position: absolute; top: 160px; right: 70px; } #call-to-action-widget .textwidget p { position: absolute; right: 105px; top: 180px; } a img { margin-bottom: 10px; } }Let me know if you have any more issues!
Regards,
Skandha -
AuthorPosts
