• Resolved calisun

    (@calisun)


    First, I want to say, thank you, the theme looks great.

    I do have one issue, in some locations (like Submit buttons) I see that the text is white and box color is light gray, which makes it very difficult to see.
    How to fix that?

    • This topic was modified 4 years, 8 months ago by calisun.
    • This topic was modified 4 years, 8 months ago by calisun.
Viewing 12 replies - 1 through 12 (of 12 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello there,

    For this, you can use some custom css code to manage the text color like

    button{
        color: #ffffff;
    }

    Or provide us website url which helps us to provide you some custom css code about this.

    Thanks,

    Thread Starter calisun

    (@calisun)

    thank you for your response,the site is:
    https://iproclaim.com

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @calisun

    We have checked your website and it looks fine for us ?? if you have a problem then you can share us the screenshot or specific page URL so that we can debug it

    Thanks ??

    Thread Starter calisun

    (@calisun)

    The “Add Friend” button was all white with white text on white background.
    I used a Plugin “YellowPencil” to give it a dark outline, but it still look horrible.

    Thread Starter calisun

    (@calisun)

    If the “YellowPencil” plugin is disabled, the button looks like this:

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @calisun

    Can you please give us the specific page URL so that we can check and give you the CSS tweak for it. We have checked your site and could not found such a button.

    Thanks ??

    Thread Starter calisun

    (@calisun)

    This button is only visible to logged in members (you are welcome to create a free account)
    Once logged in, this button can be seen here:
    https://iproclaim.com/members/

    I believe that since other members might benefit from this fix, it might be a good idea to release new version of theme with the fix, not just provide a css fix.

    Also, there are couple of other strange things that are visible once you are logged in. Let me know if you want me to provide issues I found in the forum here or in private.

    • This reply was modified 4 years, 7 months ago by calisun.
    Theme Author Mystery Themes

    (@mysterythemes)

    Hello there

    Our theme is not comptaible with the buddypress theme. if we make compatible in future then we will surely release update for it.For now you can use the following code:

    .buddypress .buddypress-wrap .activity-read-more a, .buddypress .buddypress-wrap .comment-reply-link, .buddypress .buddypress-wrap .generic-button a, .buddypress .buddypress-wrap a.bp-title-button, .buddypress .buddypress-wrap a.button, .buddypress .buddypress-wrap button, .buddypress .buddypress-wrap input[type="button"], .buddypress .buddypress-wrap input[type="reset"], .buddypress .buddypress-wrap input[type="submit"], .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a {
    	background: #E44D4D;
    	color: #fff;
    	border: none;
    	padding: 8px 20px;
    	font-size: 14px;
    	margin-top: 10px;
    	display: inline-block;
    }

    Thanks ??

    Thread Starter calisun

    (@calisun)

    Thank you very much for your assistance.

    I have created a Child theme of Mismo and copied code provided above into child theme style.css.
    It works great, thank you.
    I Really..Really hope that you guys will make Mismo compatible with BuddyPress soon. Out of all the themes I have tried before, I like the look and feel of Mismo the best. Great theme.

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @calisun

    Thank you for your great suggestion ??

    Thread Starter calisun

    (@calisun)

    I found one more box that is light in color.
    This is while posting blogs, active tab is white while not active tab is red.

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @calisun

    for that, we need to check your website with login detail, please contact us using contact form of our website so that it will be easier for us to get back to you.

    Thanks ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘White font in light gray box’ is closed to new replies.