Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@yasyayu77gmail-com: Decree Free version has only limited options. You can only display Page content as Testimonial. The one you are seeking in Custom testimonial where you can select custom image and put custom text, title, position etc which is a Pro feature. I recommend you to upgrade to Pro version for the feature along with many more.
Regards,
MaheshMahesh
Participant@dbatty: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
@media screen and (max-width:700px) { #feature-slider .entry-container, #feature-slider .entry-title, #feature-slider .entry-title a { color: #000; } }Regards,
MaheshAugust 18, 2017 at 3:38 am in reply to: Featured slider images appear in menu header and want solid menu header #120633Mahesh
Participant@southpawsmilin: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#masthead { position: unset; background: #00ff00; /* Use your desired Solid Color HERE */ } #masthead.is-sticky { position: fixed; background: rgba(17, 17, 17, 0.7) none repeat scroll 0 0; }Note: Please use your desired solid color in the above code.
Regards,
MaheshMahesh
Participant@sumiko: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#feature-slider .entry-container { display: none; }regards,
MaheshMahesh
Participant@benjo3: Where actually do you mean this is occurring? Could you please show me with a screenshot, it would be more clear.
Regards,
MaheshAugust 17, 2017 at 2:52 am in reply to: How can I remove the Page Header from the Front Page? #120558Mahesh
Participant@southpawsmilin: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.home #content { display: none; }Regards,
MaheshMahesh
Participant@hapillsbury: Color options is available in Pro version. I recommend you to upgrade to Pro. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.site-branding { display: none; } .main-navigation { background-color: #D9BEB8; }Regards,
MaheshMahesh
Participant@silkroaddog: This is not possible with just CSS since the content and image are in two different divs. You’ll need to change the HTML structure. If you are not familiar with coding, I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@catchthemesuser: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
@media screen and (min-width: 961px) {
#access ul.menu {
text-align: center;
}#access ul.menu li {
float: none;
display: inline-block;
}
}Regards,
MaheshMahesh
Participant@silkroaddog: You mean to show full content in Hero Content? For that, select Show Full Content in Display Content option.
Regards,
MaheshMahesh
Participant@bdonovanw: Please post in your site url.
Regards,
MaheshMahesh
Participant@catchthemeuser: Its because of the custom CSS. Please remove the following CSS. Please remove it.
#branding #access ul.menu {text-align: center;} #branding #access ul.menu li { display: inline-block; float: none; } #branding #access ul.menu a { display: block; float: none;}Regards,
MaheshMahesh
Participant@silkroaddog: Please try uninstalling plugins one by one if you have any and check if that works.
Regards,
MaheshMahesh
Participant@masterchess: Yes, either you need to use plugin for that or enqueue the script into the theme.
Regards,
MaheshMahesh
Participant@markusk: I checked the url, but it says login. How can I access your site? Does the image slider works on test site? Do you have any other plugins installed? If yes disabled all the plugins and check if that works. Let me know further.
Regards,
MaheshAugust 2, 2017 at 11:56 pm in reply to: formatting / changing look and wording of category appearence #120008Mahesh
Participant@dsm: Seems the CSS format is in
.page-headerso its overriding<h2>tags format. Please add the following CSS in Dashboard=> Appearance=> Customize.page-header { font-size: 20px; }Note: Please adjust font-size as required.
Regards,
MaheshAugust 2, 2017 at 3:21 am in reply to: formatting / changing look and wording of category appearence #119971Mahesh
Participant@dsm: For that, copy
archive.phpto your child theme folder. Then replace h1 with h2 in line 21 ofarchive.php. So it displays as following:
the_archive_title( '<h2 class="page-title">', '</h2>' );Regards,
MaheshMahesh
Participant@solo_maxximus: Is your issue fixed? Let me know if any problem.
Regards,
MaheshMahesh
Participant@masterchess: Yes, sure. Let me know if any problem.
Regards,
MaheshMahesh
Participant@solo_maxximus: Please use Background Image widget for that. Hope that helps you.
Regards,
Mahesh -
AuthorPosts
