Theme Stylesheet... and how to edit colours in footer?

Discussion in 'RoadFighter WordPress Theme' started by trasgu, May 19, 2015.

  1. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Good day friends,
    quick msg as I want to edit the mail colour of the website, right now is "yellow" as selected at Theme Stylesheet, BUT I need a different yellow (http://rgb.to/pantone/116-c). How can I make the Theme use the yellow I need, and also, how can I edit the colours in both footer areas via CSS magic?

    Url: http://acodihue.com/wp/

    Thx tons and wish you a great day !!!
    Jose
     

    Attached Files:

  2. sameerwalkar

    sameerwalkar Guest

    Hello Trasgu,

    Hope doing good!!!

    Kindly Apply the below CSS code. It will solve your issue

    Code:
    .footer_container {
      background: rgb(255, 205, 0) !important;
      }
      .bottom_footer_container{
      background: rgb(255, 205, 0) !important;
      }
    Let me know for further doubts.
     

Share This Page