Okay
  Public Ticket #2142532
Custom Footer CSS Styling
Closed

Comments

  • Sgarcia7 started the conversation

    Hello,

    I've figured out how to change the footer link colours in the Salient menu but I'm trying to make every portfolio page have a unique footer colour scheme. Could you please help me to figure out how I might go ahead and do that?

    Thanks!

    Sam

  •  3,024
    Andrew replied

    Hi Sam,

    I am afraid there is no such option available at the moment. 

    Thanks.

  • Sgarcia7 replied

    Hey Andrew, 

    I think there is a way to do it but I just need some help pin-pointing the specific portfolio project page in the custom CSS panel. When I inspect my footer in chrome it shows me this code to change the footer social media icon colours and copyright info:

    #footer-outer #copyright li a i, #footer-outer #copyright p {
        color: #ff3366 !important;
    }

    #footer-outer[data-cols="1"] #copyright li a i:after {
        border-color: #ff3366;
    }

    I just want to tie it to a specific page so it's not changing it globally.

  •   Andrew replied privately