• Hi!

    I purchased a license to a paid theme “MaxStore Pro” and I didn’t check first to see if the support was active. It’s not. There’s been no replies to anything on the theme4WP forums or the wordpress forum. I think it’s kind of messed up that they continue to take payments but that’s not my current issue.

    I got the theme working perfect except for the search results.

    If you search my main search (at the top), the results return products with a light box for the heading title in the center of the product.

    It actually looks fine on desktop but on mobile that grey box covers the entire product. It looks awful. There doesn’t seem to be any options to switch it off or change it.

    I am having trouble figuring out what custom CSS can remove it. I have only managed to remove the entire heading which won’t work of course.

    Thanks for any suggestions.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Looks like the issue lies on the font size (h2) h1.page-header, h2.page-header
    An option would be to lower the font size on mobile using https://giona.net/tools/css3-mediaquery-generator/

    Try something like:

    
    @media only all and (max-width:28.125em) { 
    	h2.page-header {
      font-size: 14px!important;
    
    }
    }
    
    • This reply was modified 2 years, 3 months ago by Deviant Media LLC. Reason: added CSS
    • This reply was modified 2 years, 3 months ago by Yui. Reason: formatting
    Moderator Yui

    (@fierevere)

    永子

    Its advised to choose and switch to a better, supported and free theme
    than using something thats abandoned, unsupported and not available to be viewed by possibly helping people

    https://www.ads-software.com/themes/

    Thread Starter rktopic

    (@rktopic)

    I understand your point, however.

    1. I already purchased this theme. Your ever bought something and threw it in the garbage because customer service wont answer?

    2. Out of dozens of themes, this is the 1st I found to suit most of my needs. So I’d like to get use out of it if I can.

    3. It seems like I should at least TRY to get help before giving up, no?

    Thread Starter rktopic

    (@rktopic)

    Thank you so much, Deviant Media LLC (@abretado1985)

    I will give that a try.

    Thread Starter rktopic

    (@rktopic)

    Deviant, it def improved the appearance. Thanks again!

    Guess I’ll have to search for a better supported theme, which sucks. But this will do for now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Abandoned paid theme, help maybe?’ is closed to new replies.