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
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
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
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
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