Change color of button
Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
- GK User
- Sun Oct 19, 2014 5:09 pm
Hi,
How do I change the color of the buttons on the site? I use the .button class to format the buttons. In which css file is that class stated?
Best regards
Per Ekman
How do I change the color of the buttons on the site? I use the .button class to format the buttons. In which css file is that class stated?
Best regards
Per Ekman
-
- Junior Boarder
- GK User
- Sun Oct 19, 2014 7:33 pm
Hi,
Show me where you have those buttons - URL, please
because we do not support this template anymore, is too old.
Show me where you have those buttons - URL, please
because we do not support this template anymore, is too old.
-
- Platinum Boarder
- GK User
- Sun Oct 19, 2014 8:00 pm
-
- Junior Boarder
- GK User
- Sun Oct 19, 2014 10:16 pm
In style3.css you should find this CSS code:
As you can see, in old times, developers used images to get nice background buttons not colors like now.
So you have two options:
1) Use your own image - replace file
2) Change background-image into background-color
- Code: Select all
.button, button, button.button, a.readon, input[type="submit"], input[type="button"], .moduleItemReadMore, .latestItemReadMore a.k2ReadMore, .userItemReadMore a.k2ReadMore, .catItemReadMore a.k2ReadMore, .k2ReadMore, .subCategoryMore, .readmore-link, .comments-link {
background-image: url("../images/style3/readon.png");
}
As you can see, in old times, developers used images to get nice background buttons not colors like now.
So you have two options:
1) Use your own image - replace file
2) Change background-image into background-color
-
- Platinum Boarder
4 posts
• Page 1 of 1