gfolie
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Themes and Templates
In reply to: [Minamaze] Change link colors?Thanks onelonelystar for the code it worked out for me
Forum: Themes and Templates
In reply to: Changing color of "Read More" box in Minamazeor try this
.themebutton {
background: #000;
}
change the HEX value to your color needForum: Themes and Templates
In reply to: Changing color of "Read More" box in Minamaze/* change color of readmore bottom*/
#section-home-inner p a{
background-color: #2589e8
}change the HEX value to your color need
I found following
/* change color of readmore bottom*/
#section-home-inner p a{
background-color: #2589e8
}Forum: Themes and Templates
In reply to: [Minamaze] Minamaze-Remove Post Content in Main PageHi
I found following CSS code and it worked for me/*do not show blog*/
body.blog #main-core{
display:none;
}
/*Delete name BLOG*/
body.intro #main-core{
display:none;
}The only problem is that Blog will neither be displaid on an other page
Forum: Themes and Templates
In reply to: [Minamaze] Menus & Responsive LayoutGreat !!! Thanks for shearing
Viewing 6 replies - 1 through 6 (of 6 total)