0
Welcome Guest!
Login
0
items
Join Now
Login
Join Now
Search
Home
Grav
Themes
Joomla!
Templates
Extensions
WordPress
Themes
Plugins
Docs
Forum
Perks
Index
Recent Topics
Rules
Search Forum
Premier Support
You are here:
Forum
Free Stuff
Gantry Framework
Gantry Solved Threads
Topic
SOLVED
change css style
Last Post
Search Topic
kinderarzt
Newbie
Posts:
12
Thanks:
0
SOLVED
change css style
Posted 9 years 3 months ago
Hi,
Gantry5 is great. But now I have a problem to change the style.
I read this article to change the css style of a table (I want to remove the boarder):
www.ostraining.com/blog/joomla/gantry-advanced/
It says that I have to change the templates/g5_hydrogen/custom/scss/custom.scss file. But I can't find it. Can anyone give me a hint how to remove the boarder from this table?
www.kardiologie-innsbruck.org/index.php/team
Thank you for your help
Peter
#1267221
kinderarzt
Newbie
Posts:
12
Thanks:
0
Re:
SOLVED
change css style
Posted 9 years 3 months ago
I found the solution:
/templates/g5_hydrogen/scss/hydrogen/_tables.scss
change from
td {
padding: 0.5rem;
border: 1px solid lighten($base-border-color,5%);
}
to
td {
padding: 0.5rem;
border: 0px solid lighten($base-border-color,5%);
}
#1267224
Time to create page: 0.062 seconds
Powered by
Kunena Forum