Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@marketingpro76: The issue is because of the following CSS in you Custom CSS:
@media screen and (min-width: 961px) { .entry-title { font-size: 0.00px; line-height: 1.62em; } }Please remove it.
Regards,
MaheshMahesh
Participant@jaehethe1: Yes, it is possible. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.page #main .page .entry-header { display: none; }Regards,
MaheshMahesh
Participant@panopano: Have you resolved the issue? I checked your site and didn’t find any white border around the content on your site.
Regards,
MaheshMahesh
Participant@voodoochill: It should work fine with the Code in child theme’s
style.css. May be there is some error in you child theme’sstyle.css
Let me know further.Regards,
MaheshMahesh
Participant@voodochill: Please post in your site url.
Regards,
MaheshMahesh
Participant@marco-cherin: Sorry no demo slider on this theme. Confused with slider in Demo site as demo slider.
Yes you can remove the theme and install it, all you setting will remain as they are. Let me know if any problem.Regards,
MaheshMahesh
ParticipantMahesh
Participant@uukuniemi: Please post in your site url.
Regards,
MaheshMahesh
Participant@mehes: Do you want to have the current background color on home page only? If yes, replace the above CSS (first one) with the following:
.home #content { background-color: #ff00ff; } .home .panel-widget-style, .home .panel-row-style { background: none !important; border: none !important; }Also in the Contact Us page the widget I used to get the email, name, and address of the person who wants to contact us are disappeared:
Can you please clarify more on this?Regards,
MaheshMahesh
Participant@marco-cherin: Does this happen with Demo slider too? Please check. Please try installing a fresh copy of the theme. Hope this helps. If still doesn’t work, let me know further.
Regards,
MaheshMahesh
Participant@tingstedkirke: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@theatrendg: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.main-slider .slider-contents { display: none; }Regards,
MaheshMahesh
Participant@timtimothy: No Sidebar (Content Width) will not expand the primary content to full width, it will remove the sidebar and centers the primary content with same width. Full Width feature is only available in Pro version. I recommend you to upgrade to Pro.
Or you can use Custom CSS to make it full width. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:.no-sidebar.content-width #main { width: 100%; }Regards,
MaheshMahesh
Participant@lisa1234:
1. give the footer a different color (#009932)
Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:#site-generator { background-color: #009932; }2. No this is not possible by default in the theme. I recommend you to hire a customizer for this.
Regards,
MaheshMahesh
Participant@arteuno: I checked you site and understood what you meant. If you want to replace H1 header, you’ll need to create child theme. You can find more details on creating child theme HERE. Then in your child theme override certain functions, to replace H1 in the pages.
By the way, are you having any issues with multiple H1 in the page?Regards,
MaheshMahesh
Participant@uukuniemi: Glad to know you’ve resolved it by yourself. Let me know if any problem. Have a nice day!
Regards,
MaheshNovember 8, 2016 at 12:23 pm in reply to: "Excerpt Options" can't count Arabic words!! please solve quickly #102974Mahesh
Participant@dercncplaner: Just checked with some Arabic text from your site to test whether excerpt function is working or not and the excerpt worked fine. I am not familiar with the Arabic language actually count the words, but it did truncate the content.
Let me know further.Regards,
MaheshNovember 8, 2016 at 10:43 am in reply to: button missing in featured content slider in iphone browser #102968 -
AuthorPosts
