Okay
  Public Ticket #2681583
copyright
Closed

Comments

  •  1
    kim started the conversation
    Hi,  My copyright area won't pick up the color I'm trying to make it and instead is set to transparent in Inspector and shows the footer BG image.
    I tried everything! Right now I have it set to default and still doesn't change color

    3446087219.png


    3630963232.png
  •  8,848
    Tahir replied

    Hey Again,

    The Footer Background Color refers to the whole Footer Div which includes the Widget Area and the Copyright Div. If you wish to change the color of the Copyright Div Only try using the CSS Below.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #footer-outer[data-using-bg-img="true"] #copyright {
        background-color: rgb(102 79 105) !important;
    }

    Thanks


    ThemeNectar Support Team