Forum Replies Created

Viewing 20 posts - 11,521 through 11,540 (of 12,034 total)
  • Author
    Posts
  • in reply to: Remove site page titles #135705
    Skandha
    Participant

    @mandala528: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page .entry-title {
        display:none;
    }

    Let me know if this does the trick.
    Regards,
    Skandha

    in reply to: White Box Found In Footer Above Social Buttons #135702
    Skandha
    Participant

    @edmelendez: There seems to be a bug in the footer social menu which will be resolved in the next theme update. For the time being you can use the following CSS Code to get rid of the white box.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    share-toggle {
        display:none;
    }

    Let me know if this works out.
    Thank you for reporting the bug.
    Regards,
    Skandha

    Skandha
    Participant

    @maryw2wdance-com: The option to change menu hover color and social icon hover color is not available in the Color Options. For that
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #mainnav ul li a:hover {
       color:green;
    }

    To change hover color of social icons

    .widget_clean_business_social_icons a:hover {
        background:green;
        border-color:green;
    }

    Replace the text “green” with the color of your choice.

    The Feature Slider using Feature Pages seems to have an issue. I will look into the issue and let you know when the issue is resolved.

    Let me know if the CSS Code works out.
    Regards,
    Skandha

    in reply to: Colors – how to change (FREE vs PRO) #135699
    Skandha
    Participant

    @vraba: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #supplementary .wrapper{
    	border-top:5px solid #27ae60;
    }
    .nav-footer {
    	background:#222222;
    }
    #supplementary .widget-title {
    	text-decoration:underline #27ae60;
    }

    Let me know if this does the trick!
    Regards,
    Skandha

    in reply to: Changes to media attachment page #135698
    Skandha
    Participant

    @thetravelgal: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

    in reply to: Widgets and page tittle #135697
    Skandha
    Participant

    @mmariaperlo: To change color of page titles
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page .entry-title {
    	color:red;
    }

    You have used no-sidebar full width layout on the homepage that is why the menu widget is not showing up.
    Go to => Dashboard => Pages => Edit your homepage => At the very bottom you will find Sidebar Layout Option => Check the Right Sidebar Option and Update the page.

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: white space below the footer #135696
    Skandha
    Participant

    @radeko: Please try disabling all your plugins and check your site and let me know if the issue persists.

    Regards,
    Skandha

    in reply to: Mobile and Desktop Views not the same #135674
    Skandha
    Participant

    @barb: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

    in reply to: Colors – how to change (FREE vs PRO) #135673
    Skandha
    Participant

    @vraba: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

    Skandha
    Participant

    @kurtvindu-dk: Go to = Appearance => Customize => Additiona CSS and add the following CSS Code.

    .nav-primary {
    	background:#49a32c;
    }
    .nav-primary a {
    	color:#fff;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: No mobile menu #135652
    Skandha
    Participant

    @hanmedia: This is because of the following code you have inserted as Additional CSS.

    #masthead {
        display:none;
    }

    Replace the above CSS Code by the following.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:991px) {
    	#masthead {
    		display:none;
    	}
    }

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: External Link in Footer #135651
    Skandha
    Participant

    @random2k4: Glad you were able to solve the issue.

    Regards,
    Skandha

    in reply to: slider link #135649
    Skandha
    Participant

    @hjamaa: Do you mean to insert the slider page link to the buttons when the slider1, slider 2 buttons are clicked?

    Regards,
    Skandha

    in reply to: Changes to media attachment page #135644
    Skandha
    Participant

    @thetravelgal: If you want to remove the “View full size” button

    Go to => Appearance => Customize => Additional CSS add the following CSS Code.

    .jp-carousel-image-download {
    	display:none !important;
    }

    Let me know if works out.
    Regards,
    Skandha

    Skandha
    Participant

    @kurtvindu-dk: Please post in your site URL so that I can provide you the necessary CSS Code.

    Regards,
    Skandha

    in reply to: Featured slider image issue #135641
    Skandha
    Participant

    @dotneil: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

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

    There seems to be an issue with the Feature Slider in IE 11. I will look for a solution and get back to you.

    Let me know if the CSS Code works.
    Regards,
    Skandha

    in reply to: Polylang hide the header images #135634
    Skandha
    Participant

    @frederic: Glad the issue is resolved. Have a good day.

    Regards,
    Skandha

    in reply to: Clean Education course slider, carousel speed #135633
    Skandha
    Participant

    @metsis: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble,
    I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-education/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

    in reply to: Remove dates & titles from featured content #135632
    Skandha
    Participant

    @mhutabarat: To remove only date and keep the title.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content-section .entry-date.published {
        display:none;
    }

    Please post in your site URL.

    Let me know if it works out.
    Regards,
    Skandha

    in reply to: Clean Education course slider, carousel height #135600
    Skandha
    Participant

    @metsis: Glad the issue is resolved. Have a good day.

    Regards,
    Skandha

Viewing 20 posts - 11,521 through 11,540 (of 12,034 total)