Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #691716

    Hello, I am using Enfold Gym theme and I cannot find edit btn for the line color. Here is a link to the screenshot to help your understanding.
    http://www.ledkingdom.com/error1_screenshot.jpg

    #692000

    Hey Everylite,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Jordan

    #692232

    Hello Jordan,
    Unfortunately, site is not on production yet, it only runs on local server.
    If you can tell me which css or js file I should look for and the name of class, I might be able to edit it by myself.
    If not, I have to re-open this inquiry in a month or two after we release it under test domain so you may have access to it.

    Thank you.

    #693176

    Hi,

    Would you like to change the background color of the cell? If you are, please edit your page and find your Grid Row element and click this button on your cell – http://i.imgur.com/0RbHWFz.png and change background color as needed. If that is not what you meant, please elaborate a bit more :)

    Best regards,
    Yigit

    #693858

    Hi Yigit, please take a close look into the picture I shared.
    http://www.ledkingdom.com/error1_screenshot.jpg

    Not the background color, I want to change line color.
    I don’t know what to call it since it is not a border line. But you see there are lines above and below footer header.

    I just can’t find btn to edit it.

    #693874

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    body#top .footer_color .widgettitle {
        border-color: orange;
    }

    I was looking at the tip of the arrow :)

    Regards,
    Yigit

    #698040

    Hi Enfold Support team,
    We finally uploaded website to a live server.
    Here is our issue with this footer line color/ not showoing issue.
    http://www.ledkingdom.com/screenshot_error2.jpg

    On Contact page footer, line disappears, and on the rest of pages it is too dark.
    I would like it to be #fff (white) color.
    I attached login id and pw below.

    Thank you.
    Minseon Joo

    #698979

    Hey!

    They actually have the same color, #005198. Please inspect it carefully. The lines are gone because the footer container is outside the wrap_all or main container. We fixed it by adding an invisible color section. Please remove browser cache then check the page. http://ledkingdom.com/contact/

    Regards,
    Ismael

    #699122

    Hello Ismael,
    I see the lines now, but how can I change its color to white?
    Can you kindly address me where in the admin panel I can customize it?

    Thank you,
    Minseon

    #700364

    Hey!

    I’m sorry but there is no option for that by default so you have to add this css code in the Enfold > General Styling > Quick CSS field.

    body#top .footer_color .widgettitle {
        border-color: #ffffff;
    }

    Cheers!
    Ismael

    #700767

    Does that work for you? because it does not work for me.

    #701196

    Hi,

    Please try the following instead:

    #footer .widgettitle {
        border-color: white !important;
    }

    Regards,
    Rikard

    #701321

    yes it works now.
    Thank you so much!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘How can I change color of parting line below and above footer header?’ is closed to new replies.