Foogo Main Button

Discussion in 'Foogo Pro WordPress Theme' started by clukesic, Mar 15, 2015.

  1. clukesic

    clukesic New Member

    Joined:
    Jun 13, 2013
    Messages:
    22
    Likes Received:
    0
    Hi -- how would I change the color of the main button on the Foogo theme? It's the Home Page Top Button. I would like to change the color to black instead of green. I'm using the yellow styling option.

    Thanks!

    chris
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi chris!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .building-btn a {
      background: black !important;
      box-shadow: 0 3px 0 #3A3B37 !important;
    }
    Thanks,
    Praveen
     
  3. clukesic

    clukesic New Member

    Joined:
    Jun 13, 2013
    Messages:
    22
    Likes Received:
    0
    Hi Praveen --

    I added this but it didn't work. I flushed the cache and there is information about creating a dynamic access file at the root level?

    ***The CSS option type is a textarea that when used properly can add dynamic CSS to your theme from within OptionTree. Unfortunately, due server limitations you will need to create a file nameddynamic.css at the root level of your theme and change permissions using chmod so the server can write to the file. I have had the most success setting this single file to 0777 but feel free to play around with permissions until everything is working. A good starting point is 0666. When the server can save to the file, CSS will automatically be updated when you save your Theme Options.

    I don't really know what that all means.

    Chris
     
  4. clukesic

    clukesic New Member

    Joined:
    Jun 13, 2013
    Messages:
    22
    Likes Received:
    0
    Actually, it did work...but only on the second button on the homepage -- the one that is on the paralax image. But not the first button.

    http://www.icedlattechallenge.com/ is my temp domain, and you can see my site there.

    chris
     
  5. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi chris!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .fbtn.top-button {
      background: black !important;
      box-shadow: 0 3px 0 #3A3B37 !important;
    }
    Thanks,
    Praveen
     

Share This Page