Forum Replies Created

Viewing 20 posts - 241 through 260 (of 4,908 total)
  • Author
    Posts
  • 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,
    Mahesh

    in reply to: Change Slider Text Colour in Mobile displays #120759
    Mahesh
    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,
    Mahesh

    in reply to: Need to make my logo bigger #120683
    Mahesh
    Participant

    @southpawsmilin: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .custom-logo {
      	max-width: unset;
    }

    Regards,
    Mahesh

    in reply to: Change Slider Text Colour in Mobile displays #120643
    Mahesh
    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,
    Mahesh

    in reply to: clicable nav bar links #120642
    Mahesh
    Participant

    @bjbarker: This is not simply possible with CSS only, I recommend you to hire a customizer for this.

    Regards,
    Mahesh

    in reply to: Addition to the title in the testimonials #120641
    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,
    Mahesh

    in reply to: Change Slider Text Colour in Mobile displays #120634
    Mahesh
    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,
    Mahesh

    Mahesh
    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,
    Mahesh

    in reply to: css of title on feature slider #120632
    Mahesh
    Participant

    @sumiko: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #feature-slider .entry-container {
      display: none;
    }

    regards,
    Mahesh

    in reply to: How to remove the grey background? #120623
    Mahesh
    Participant

    @benjo3: Where actually do you mean this is occurring? Could you please show me with a screenshot, it would be more clear.

    Regards,
    Mahesh

    in reply to: How can I remove the Page Header from the Front Page? #120558
    Mahesh
    Participant

    @southpawsmilin: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .home #content {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Change menu colors? #120556
    Mahesh
    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,
    Mahesh

    in reply to: Hero Content HTML not showing. #120494
    Mahesh
    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,
    Mahesh

    in reply to: Mobile menu style\location changed with upgrade #120443
    Mahesh
    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,
    Mahesh

    in reply to: Hero Content HTML not showing. #120442
    Mahesh
    Participant

    @silkroaddog: You mean to show full content in Hero Content? For that, select Show Full Content in Display Content option.

    Regards,
    Mahesh

    in reply to: Customizing Featured Content #120365
    Mahesh
    Participant

    @bdonovanw: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Mobile menu style\location changed with upgrade #120364
    Mahesh
    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,
    Mahesh

    in reply to: Hero Content HTML not showing. #120363
    Mahesh
    Participant

    @silkroaddog: Please try uninstalling plugins one by one if you have any and check if that works.

    Regards,
    Mahesh

    in reply to: Show Games on Website #120179
    Mahesh
    Participant

    @masterchess: Yes, either you need to use plugin for that or enqueue the script into the theme.

    Regards,
    Mahesh

    in reply to: Change widht and height of slider #120100
    Mahesh
    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,
    Mahesh

Viewing 20 posts - 241 through 260 (of 4,908 total)