Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #158397
    ns151
    Participant

    Is there a way to remove the “read more” button from the feature slider? I mean the entire button not just change the text. Thank you in advance.

    #158458
    tikaram
    Keymaster

    @ns151 : Please post in your site URL.

    Regards,
    Tikaram

    #158557
    ns151
    Participant
    #159044
    Skandha
    Participant

    @ns151: I checked your site and you seem to have removed the readmore button link. Let me know if you have anymore issues.

    Kind Regards,
    Skandha

    #159068
    ns151
    Participant

    Yes, thank you anyway. Now I have another problem. I tried to add a new post to the featured slider and it works well when I look at the site logged in the administrator but nothing changes when I check it as a user, it looks like I haven’t made any changes. I tried to refresh and save the new version multiple times but it doesn’t seem to work.

    #159074
    Skandha
    Participant

    @ns151: Make sure you have published your customizer setting. Also try clearing your browser cache and let me know if this solves the issue.

    Kind Regards,
    Skandha

    #159079
    ns151
    Participant

    Thank you. Yes I have published everything I tried to change and cleared my cache. I also checked on other pcs and phones. I now realize that I cannot customize anything related to the theme, like it’s stuck. As an admin it looks like everything changes as it should be, but as a user I just see the old version.
    It’s like the publish button doesn’t work. The content of the varoius pages updates just fine. It’s like the theme customiser stopped working. I also deactivated any plugin that might cause conflicts but it doesn’t seem to help.

    Any advice would be appreciated.

    #159117
    Skandha
    Participant

    @ns151: I will need to check your admin settings to debug the issue. You will need to provide me your WP admin credentials for that if thats okay. I will contact you shortly by email.

    Kind Regards,
    Skandha

    #159226
    Skandha
    Participant

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

    /* To change color and border color of slider arrows */
    #feature-slider-section .cycle-prev, #feature-slider-section .cycle-next {
     	border-color:#123456;
     	color:#123456;
    }
    
    /* To change background hover color of slider arrows */
    #feature-slider-section .cycle-prev:hover, #feature-slider-section .cycle-next:hover,#feature-slider-section .cycle-prev:focus, #feature-slider-section .cycle-next:focus {
      	background:#fff;
    }
    
    /*To change the background color of slider pager */
    #feature-slider-section .cycle-pager span:hover, #feature-slider-section .cycle-pager span:focus, #feature-slider-section .cycle-pager .cycle-pager-active {
      	background-color:#123456 !important;
      	background-image:none !important; 
    }
    
    /* To change the color and background color of button */
    input[type="submit"] {
    	background-color:#123456 !important;
      	background-image:none !important;
            color:
    
    }
    
    /* To change the color of links on focus */
    a:focus, a:hover, #feature-slider-section .entry-title a:hover, #feature-slider-section .entry-title a:focus, .menu-toggle:hover, .menu-toggle:focus, .dropdown-toggle:hover, .dropdown-toggle:focus, .search-submit:hover, .search-submit:focus, .entry-meta a:hover, .entry-meta a:focus, .site-info a:hover, .site-info a:focus, #search-toggle, #share-toggle, .main-navigation ul :hover > a .main-navigation ul :hover > a, .main-navigation ul .focus > a, .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .site-header-cart .cart-contents:hover, .site-header-cart .cart-contents:focus, .site-header-menu .social-navigation a:hover, .site-header-menu .social-navigation a:focus, .absolute-header .site-header-menu .social-navigation a:hover, .absolute-header .site-header-menu .social-navigation a:focus, .absolute-header .menu-toggle:hover, .absolute-header .menu-toggle:focus, .absolute-header .site-header-cart .cart-contents:hover, .absolute-header .site-header-cart .cart-contents:focus, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a, .navigation-classic.absolute-header .main-navigation ul ul :hover > a, .navigation-classic.absolute-header .main-navigation ul ul .focus > a, .post-navigation a:hover .nav-title, .post-navigation a:focus .nav-title, .section .section-title a:hover, .section .section-title a:focus, .section .entry-title a:hover, .section .entry-title a:focus, #testimonial-content-section .cycle-prev:hover, #testimonial-content-section .cycle-prev:focus, #testimonial-content-section .cycle-next:hover, #testimonial-content-section .cycle-next:focus, #events-section.has-background-image .entry-meta a:hover, #events-section.has-background-image .entry-meta a:hover, #events-section.has-background-image .entry-meta a:focus, #events-section.has-background-image .entry-meta a:focus, #events-section.has-foreground-image .entry-meta a:hover, #events-section.has-foreground-image .entry-meta a:hover, #events-section.has-foreground-image .entry-meta a:focus, #events-section.has-foreground-image .entry-meta a:focus, #events-section.has-background-image .entry-title a:hover, #events-section.has-background-image .entry-title a:hover, #events-section.has-background-image .entry-title a:focus, #events-section.has-background-image .entry-title a:focus, #events-section.has-foreground-image .entry-title a:hover, #events-section.has-foreground-image .entry-title a:hover, #events-section.has-foreground-image .entry-title a:focus, #events-section.has-foreground-image .entry-title a:focus, #portfolio-content-section .entry-title a:hover, #portfolio-content-section .entry-title a:focus, .team-content-wrapper .hentry-inner:hover .entry-title a, .team-content-wrapper .hentry-inner:focus .entry-title a, .audioman-mejs-container.mejs-container button:hover, .audioman-mejs-container.mejs-container button:focus, #top-playlist-section .audioman-mejs-container.mejs-container .mejs-controls .mejs-playpause-button.mejs-button button:hover, #top-playlist-section .audioman-mejs-container.mejs-container .mejs-controls .mejs-playpause-button.mejs-button button:focus, table.shop_table_responsive tr td a:hover, table.shop_table_responsive tr td a:focus, .product-container a.added_to_cart:hover, .product-container a.added_to_cart:focus, .single-product .product_meta a:hover, .single-product .product_meta a:focus, .single-product div.product .woocommerce-product-rating .woocommerce-review-link:hover, .single-product div.product .woocommerce-product-rating .woocommerce-review-link:focus, .woocommerce-info a:hover, .woocommerce-info a:focus, .woocommerce-tabs ul.tabs li a:hover, .woocommerce-tabs ul.tabs li a:focus, .variations .reset_variations:hover, .variations .reset_variations:focus {
    	color:#fff !important;
    }

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

    #159267
    ns151
    Participant

    That was perfect. Thanks a lot for your kind help.

    #159302
    Skandha
    Participant

    @ns151: 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/audioman/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

    #166585
    purroc101
    Participant

    Hey Guys, I’m trying to remove the Pink MORE button off of the header on my site intunetax.com

    Any help would be appreciated!

    Thanks

    #166597
    tikaram
    Keymaster

    @purroc101 : Login to your WordPress admin
    Go to Appearance => Customize => Click on Header Media
    Scroll down where you can find Header Media URL Text. Remove more text and save.

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #166618
    purroc101
    Participant

    That Did it! Thank You!

    Now I want to delete the Search icon in the menu AND change the color on the scroll to top button on the lower right side…..

    Thanks Tikaram!

    #166650
    tikaram
    Keymaster

    @purroc101 : The option to remove search icon from customizer is available in the pro version of theme only. Please upgrade to pro if you would like to use this feature and please let me know the color you would like to use for the scroll to top button.

    Regards,
    Tikaram

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Remove "Read more" button in feature slider’ is closed to new replies.