Home › Forums › All Other Themes › Factory Pro Theme Issues
- This topic has 5 replies, 2 voices, and was last updated 4 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
November 15, 2019 at 3:30 am #139469
Hello, I have 3 issues with the Factory Pro theme.
1. Footer background cannot be changed as there is no option for it and I need it to be changed to a solid background color (I had this same issue with a theme around two months ago) I believe this issue could be happening to the newer themes).
2. There is a section in the home that a part of a background extends infinitely to the right (this does not seem to happen on Android devices only). See img for reference: https://imgur.com/SSeWW83
3. Cannot change the menu font color or background color, no options are available for it.
Website: https://delco.marketingdigitalmonterrey.com.mx
Any help is appreciated!
November 15, 2019 at 5:42 am #139495Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .skt-builder-home-section3-block::before { right: 0 !important; width: 30% !important; left: auto !important; } } #footer { background-color: #161616; background-image: none !important; }
Regards,
DaveNovember 15, 2019 at 4:30 pm #139554Hi,
This worked only to fix the footer but not the other 2 issues I have
The blue block still expands infinitely and the home menu font color is still yellow and can’t change its color.
November 18, 2019 at 5:04 am #139591Hi,
Q. home menu font color is still yellow and can’t change its color??
Ans: #topmenu ul li.current-menu-item > a:link, #topmenu ul li.current-menu-item > a:visited, #topmenu ul li.current-menu-parent > a:link, #topmenu ul li.current_page_parent > a:visited, #topmenu ul li.current-menu-ancestor > a:link, #topmenu ul li.current-menu-ancestor > a:visited {color: #26a9e0 !important;}
Q. The blue block still expands infinitely??
Ans: I am not sure what you mean by this. Can you may be draw or point out in an image?
You can upload image in imgur.com and share the link here.
Regards,
DaveMarch 18, 2020 at 7:40 pm #147392Hi Dave, maybe if you just clic on the link https://delco.marketingdigitalmonterrey.com.mx/
you can see what is going on.. Thank you.March 23, 2020 at 5:14 am #147568Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.skt-builder-home-section3-block::before { left:60% !important; width:100% !important;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.