Forum Replies Created

Viewing 20 posts - 7,461 through 7,480 (of 12,027 total)
  • Author
    Posts
  • in reply to: Highlight text #181038
    Skandha
    Participant

    @the-brink: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #post-2 .entry-content span p a {
        background: lightgreen;
        text-decoration: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Demo Content #181036
    Skandha
    Participant

    @webreid: Hello there,
    The demo is made using the pro version of the theme. I can setup the demo for you if you provide me your WP Admin Credentials. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Contact Info Footer #181032
    Skandha
    Participant

    @benvenuto51907: Hello Lisa,
    Please post in your site URL so that I can look into the issue you are having.

    Kind Regards,
    Skandha

    in reply to: Customising > Theme Options > Skills #5+ doesn't work! #181031
    Skandha
    Participant

    @hoiung: Hello there,
    Go to => Appearance => Customize => Theme Options => Skills => No of Items => Change the no of items you need and Publish.

    Now refresh the customizer page to see the changes.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Main menu font more big or strong #180976
    Skandha
    Participant

    @chantal-admin: 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-flames/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! 🙂

    Kind Regards,
    Skandha

    in reply to: change behaviour of title on hover #180975
    Skandha
    Participant

    @the-brink: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: social menu doesn't respond to styling in css #180974
    Skandha
    Participant

    @the-brink: Hello TB, 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/cleanportfolio/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 great day! 🙂

    Kind Regards,
    Skandha

    in reply to: make category descriptions visible #180973
    Skandha
    Participant

    @the-brink: Hello Rosie,
    I checked the Category links and the category description are showing up right under the Category Title.
    Can you check it and let me know if the issue is resolved?

    Kind Regards,
    Skandha

    in reply to: Title won't change colour #180972
    Skandha
    Participant

    @the-brink: 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/cleanportfolio/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! 🙂

    Kind Regards,
    Skandha

    in reply to: Problem with Header media #180971
    Skandha
    Participant

    @feather-thruth: 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/plugin/header-enhancement/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 great day! 🙂

    Kind Regards,
    Skandha

    in reply to: Changing Hyperlink Color #180968
    Skandha
    Participant

    @asilverberg: Hello there,
    To change hyperlink color
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    a {
        color: #f23456 !important;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Mobile Menu Issue #180935
    Skandha
    Participant

    @hchurch: Hello there,
    I checked your site and you seem to have switched to My Music Band Theme. Are you still having the issue?

    Kind Regards,
    Skandha

    in reply to: Changing Hyperlink Color #180914
    Skandha
    Participant

    @asilverberg: Hello there,
    The option to change the link colors are available in pro version of the theme. I suggest you to upgrade to pro. There are lots of additional-features that could be of good use for you.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Gallery in a page (not homepage) #180913
    Skandha
    Participant

    @odd-rey: Hello there,
    Please enable the Gallery Section to entire site and let me know on which specific pages do you want to have it and I shall provide you the Additional CSS Code to do that.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @violoniste16: Hello there,
    For that you will need to create child theme and do a little bit of customization. Let me know if you are familiar with child theme customzation.

    If you want the social icons with a normal menu like in this link it will easier to setup.

    Let me know what you would like to do.
    Kind Regards,
    Skandha

    in reply to: no sound in header video #180835
    Skandha
    Participant

    @the-brink: Hello Rosie,
    I’m afraid those suggestion video thumbnails cannot be removed nor you can click on it. It seems to be the default feature of WordPress.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @violoniste16: Hello there,
    Do you want the Social Icons to be placed beside the Hamburger Menu Icon?

    Kind Regards,
    Skandha

    Skandha
    Participant

    @violoniste16: Hello there,
    Can you please post in your Site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @violoniste16: Hello there,
    To only have social icons and not the toggle buttons firstly
    Go to => Appearance => Customize => Menus => View All Locations => Header Social Menu => Select your Social Menu.

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

    .menu-toggle-wrapper {
    	display: none !important;
    }
    
    #social-menu-wrapper .menu-inside-wrapper {
    	position: unset;
    	background-color: transparent;
    	border: none;
    	opacity: 1;
    	visibility: visible;
    }
    .site-header .social-navigation ul {
    	padding: 22px 15px !important;
    }

    Now the Social Icons should show up like you want it to.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Desactivate foot page area # 2 for mobile Device #180825
    Skandha
    Participant

    @chantal-admin: 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-flames/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! 🙂

    Kind Regards,
    Skandha

Viewing 20 posts - 7,461 through 7,480 (of 12,027 total)