• Resolved Mehul Chawda

    (@mehul-chawda)


    There no options in minimaze about these, Please help me.

    I am using this theme delightfully and looking forward to buy full version in few days.

    But Now i am stuck.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey there Mehul Chawda,

    How are you today?

    I’m pretty sure you can change this with some custom CSS. Would you mind posting link to your site where I can see this and I’ll be happy to try help you out with the code ??

    Best regards,
    Bojan

    Theme Author Slocum Studio

    (@slocumstudio)

    Mehul,

    We recommend using Soliloquy plugin for this. However, I noticed you mentioned the theme Minimaze and not Minimize.

    Can you confirm which theme you’re actually using?

    I am having the same issue. I would like to change the color of the text with our website on our front page slider (we are using Minimize Pro) as the white text doesn’t stand out again the photos we have in the slider. Our website is https://www.vtcatholic.com

    Any help would be greatly appreciated.

    Hi washecon,

    You can change the color with CSS code like this and adjust the HEX value of the color:

    #slider .featured-title span,
    #slider .featured-excerpt span {
        color: #ffffff;
    }

    You can perhaps add transparent background to slider text so it’s more visible on the background, you can do that by using this CSS code instead:

    #slider .featured-title span,
    #slider .featured-excerpt span {
        color: #ffffff;
        background: rgba(0, 0, 0, 0.4);
        padding: 5px 15px;
    }

    Cheers,
    Predrag

    Hey @washecon,

    As per forum welcome, you’re required to start your own thread instead of posting in an older thread. Hope you understand.

    @washecon – Since you’re running a commercial theme you should direct your support questions to the theme vendor’s web site:
    https://slocumthemes.com/wordpress-themes/minimize-pro/
    The users and developers there are familiar with the theme functionality and would be better able to answer your question. Also, these forums are for support of themes available in the www.ads-software.com repository and the volunteers on this forum don’t have access to commercial products. Contacting the vendor also allows the developers to be aware of potential issues with their products.

    Thank you all for your replies. I really appreciate the help and sorry for not posting in a new thread.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change slider font color and button text’ is closed to new replies.