Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@zerolizer0: Add the following CSS:
#controllers a:hover, #controllers a.active { background-color: #00ff00; }
Regards,
MaheshMahesh
Participant@biacna: Add it to the end of the file. I recommend you to use child theme.
Regards,
MaheshMahesh
Participant@rafalwerez: Thank you for your appreciation. If you like my support and Adventurous theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/adventurous?rate=5#postform
Have a nice day!Regards,
MaheshMahesh
Participant@rafalwerez: The issue is occurring in http://www.przemianaumyslu.pl/ site in mobile only. Other site is working fine. Does the issue occur on the demo too on your mobile.
https://catchthemes.com/demo/catchbox
Let me know further.Regards,
MaheshMahesh
Participant@webcoast: Editing Footer text feature is only available in Pro version. So I recommend you to upgrade to Pro. This can be done by customization through child theme in Free version. If you chose the latter option, I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@biacna: For any customization, we recommend you to create a child theme first. Editing the core theme files do work but you’ll lose all the customization during updates. You can more details on creating child theme HERE. Then in your child theme’s
functions.php
add the above code snippet.Regards,
MaheshMahesh
Participant@eltaino: There has been a small bug in the theme, this will be fixed in the next update. As soon as the update is released, we’ll let you know. Thank you.
Regards,
MaheshMahesh
Participant@zerolizer0: These colors are not changing because these options are not available. You can achieve this with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
/* Site Title hover color */ #site-title a:hover, #site-title a:focus, #site-title a:active { color: #00ff00; } /* widget link hover color */ .widget-area .widget a:hover { color: #ff00ff; } /* Pagination background color */ #content .wp-pagenavi a:hover, #content .wp-pagenavi span.current { background-color: #fff000; } /* Breadcrumb color */ .breadcrumb ul li a:hover, .breadcrumb ul li.current_item { background-color: #00cc00; } .breadcrumb ul li a { color: #888bbb; }
Note: Please change the color as desired.
Regards,
MaheshMahesh
Participant@rafalwerez: You’ve put the code within
/* */
in Additional CSS box please put it outside of it. Any text inside/* */
will act as comment and nothing more.Regards,
MaheshMahesh
Participant@sumiko: Its the iframe and the content within the iframe.
div
s andtable
elements have fixed width which is causing the issue.Regards,
MaheshMahesh
Participant@rafalwerez: Do you have any plugins installed? If yes, please try disabling them the try again. Let me know further.
Regards,
MaheshMahesh
Participant@rafalwerez: Haven’t faced such issue but yes, let me know if any problem.
Regards,
MaheshMay 17, 2017 at 2:25 am in reply to: Woo Commerce Integration Issues and Font Sizes and Layout #115875Mahesh
Participant@vincent-pan: Thank you for your appreciation. If you like my support then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/fabulous-fluid?rate=5#postform
Have a nice day!Regards,
MaheshMahesh
Participant@masterchess: You are using No-sidebar Full-width layout option. This will display main-wrapper
1260px
wide. And as you add a video, it’ll take up 100% width and displays as full width. How may I help you further.Regards,
MaheshMay 17, 2017 at 12:27 am in reply to: Woo Commerce Integration Issues and Font Sizes and Layout #115871Mahesh
Participant@vincent-pan: Please use the following CSS:
@media screen and (min-width: 991px) { #primary { max-width: unset; width: 77.1%; } #secondary { max-width: unset; width: 22.862%; } }
Regards,
MaheshMahesh
Participant@rafalwerez: Please post in your site url.
Regards,
MaheshMay 16, 2017 at 11:59 pm in reply to: On Mobile Site Shifts To The Left Leaving A Space On The Right #115864Mahesh
Participant@gist: Yes, I didn’t mean you to remove the Ads but to show you that the ads is causing the issue. Please use responsive ads or make it responsive. Please check the site below:
https://www.vitamineproteine.com/Regards,
MaheshMahesh
Participant@rafalwerez: Yes, same here, I checked your site and can see the menu on my browser too. No such issue on our server either. Let me know further.
Regards,
Mahesh -
AuthorPosts