How to remove the Body content PFA

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Mar 01, 2014 8:55 am
Reply with quote
Report this post
http://bollywoodbook.in/mumbaimetal/

i want to remove the Body content PFA
want to make the font bold for Register and Login and change the color of the font on right side top
User avatar
Expert Boarder

GK User
Sat Mar 01, 2014 9:05 am
Reply with quote
Report this post
To make login/register links bold, please edit: /templates/gk_bikestore/css/override.css and add at its end:
Code: Select all
#gkTopLinks {
    font-weight: bold;
}


to change their color, add this to override.css:
Code: Select all
#gkTopLinks a {
color: #5a5a5a;
}
#gkTopLinks a:active, #gkTopLinks a:focus, #gkTopLinks a:hover {
color: #fff;
}


With the rest of the question - please be more specific.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sat Mar 01, 2014 8:18 pm
Reply with quote
Report this post
http://bollywoodbook.in/mumbaimetal/

i meant to say is that i want to remove the white portion of the page i have mentioned in the attachment read the text next to Home in the picture
User avatar
Expert Boarder

GK User
Sat Mar 01, 2014 8:27 pm
Reply with quote
Report this post
PFA
User avatar
Expert Boarder

GK User
Mon Mar 03, 2014 10:42 am
Reply with quote
Report this post
I don't see it on your homepage anymore - have you been able to solve it by yourself?
User avatar
Moderator


cron