Forum Replies Created
-
AuthorPosts
-
August 22, 2017 at 2:21 am in reply to: Featured slider images appear in menu header and want solid menu header #120760
Mahesh
Participant@southpawsmilin: Sorry for the late reply. Please add the following CSS:
.home #main .entry-header { display: none; }
I don’t see any black border above and below the logo, let me know further.
Regards,
MaheshMahesh
Participant@dbatty: Sorry for the late reply. To switch to Core themes, go to Dashboard=> Appearance=> Themes then select TwentySixteen or TwentySeventeen theme and Activate.
About tags at the bottom of the posts, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:.entry-footer .entry-meta { display: none; }
Regards,
MaheshMahesh
Participant@southpawsmilin: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.custom-logo { max-width: unset; }
Regards,
MaheshMahesh
Participant@dbatty: Please clarify more on the attached image. The image link is not accessible, prompts for login. To check if this is a theme issue, please switch to WordPress core themes and check if the problem persist. If the problem is still occurring, its not a theme issue.
Just checked your site and the image are displaying fine on the left hand side of the excerpt posts.
Let me know further.Regards,
MaheshMahesh
Participant@bjbarker: This is not simply possible with CSS only, I recommend you to hire a customizer for this.
Regards,
MaheshMahesh
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,
Mahesh -
AuthorPosts