Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@catwingz: Add the following CSS for removing background color from image:
#branding { background-color: none; }Regards,
MaheshMahesh
Member@champac: Add the following CSS:
@media screen and (max-width: 767px) { #header-right-social-icons { display: none; } }Regards,
MaheshMahesh
Member@vivialmonacidgmail-com: I guess you’ve done this yourself. I checked your site and the menu is in footer with text align right.
Regards,
MaheshMahesh
Member@calmo16: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#featured-grid-content .pageid-1823 .caption .entry-title { margin: 0 auto; width: 70%; }Regards,
MaheshMahesh
Member@finnjackson: I checked your site and it seems to be working. The hyphens are now gone. Let me know further.
Regards,
MaheshMahesh
Member@calmo16: I don’t understand where this is, In featured grid content, the title is already centered. Can you please show with an image as example.
Regards,
MaheshMahesh
Member@aaspedia: Please do not repeat the same post. I have already replied in your other thread. I’ll skip this one.
Regards,
MaheshMahesh
Member@finnjackson: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#content article { hyphens: none; }Regards,
MaheshMahesh
Member@vivialmonacidgmail-com: Please add the following CSS:
#main .hentry { background-color: #fff; }Note: Change the color hex to your desired color.
Regards,
MaheshMahesh
Member@robertl: Seems, you’re using a twitter widget, which is causing a script error. May be it is causing the issue. Please try deactivating all your plugins and check if it resolves the issue.
Add the following CSS for changing color of titles in search.
.search #main .page header.entry-header .entry-title a { color: #9CCCD4; }Regards,
MaheshMahesh
Member@tatsujin: Do you mean menu in the sidebar area? If yes, yes, this is possible. Actually this function is available is Free version.
Let me know further.Regards,
MaheshMahesh
Member@libertylobby: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#header-featured-image .wrapper { width: 100%; } #header-featured-image img.wp-post-image { width: 100%; }Regards,
MaheshMahesh
Member@lemri025: Go Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:
#header .layout-978 { background-image: url("some_image_url"); background-repeat: no-repeat; background-size: cover; }Note: Please replace some_image_url in the above code with your desired image url.
For the second one, you’ll need to hire a customizer.
Regards,
MaheshMahesh
Member@friarpaul: Thank you for your appreciation and supporting us.
Have a nice day!!! 🙂Regards,
MaheshMahesh
Member@robertl: You’ve custom CSS to hide title from the site, that is why its not displaying in search results. For displaying titles in search results page, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
/*This code shows page title on search page but still hidess the title on other pages*/ .search #main .page header.entry-header { display: block; }I checked your site’s source again and found two jQuery libs.
1. WordPress’s own jQuery Lib
<script type='text/javascript' src='http://tuanzbuild.tuanz.org.nz/wp-includes/js/jquery/jquery.js?ver=1.12.3'></script>
2. May be from some plugins or so.
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js" type="text/javascript"></script>Regards,
MaheshMahesh
Member@hmiller: Sorry for the late reply.
1. Do you get any error message or just the featured content or slider disappears?2. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#featured-content .entry-title { text-align: center; }3. Thanks for the suggestion. Its is the base color for the theme. But you can change the colors to your desired colors through customizer, and as you said if you do need additional customization, Custom CSS area can be used.
Regards,
MaheshMahesh
Member@vivialmonacidgmail-com: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.menu.clean-box-nav-menu { text-align: center; width: 100% } .menu.clean-box-nav-menu > li { float: none; } #header-toggle { display: none; } .nav-secondary .wrapper, #fixed-header-top { background-color: #000; }Note: Please change the background-color hex to your desired color.
Regards,
Mahesh -
AuthorPosts
