Factory Pro Theme Issues

Home Forums All Other Themes Factory Pro Theme Issues

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #139469
    CeciliaCecilia
    Participant
    • Topics: 15
    • Replies: 20
    • Total: 35
    Member since: August 30, 2016

    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!

    #139495
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #139554
    CeciliaCecilia
    Participant
    • Topics: 15
    • Replies: 20
    • Total: 35
    Member since: August 30, 2016

    Hi,

    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.

    #139591
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #147392
    CeciliaCecilia
    Participant
    • Topics: 15
    • Replies: 20
    • Total: 35
    Member since: August 30, 2016

    Hi Dave, maybe if you just clic on the link https://delco.marketingdigitalmonterrey.com.mx/
    you can see what is going on.. Thank you.

    #147568
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.