Registration Page Component Heading Bottom Margin

GK User
Thu Feb 26, 2015 8:07 am
Hello, I would like to have the CSS for affecting this "josform" "componentheading" page only. The Login - Mauzaza.com text impedes on the "ACCOUNT DETAILS" header.

I am worrried adding the following will also affect other pages:

Code: Select all
h2, .componentheading {
margin-bottom: 25px;
}


Link: http://www.mauzaza.com/login?view=registration

Regards.
User avatar
Platinum Boarder

GK User
Fri Feb 27, 2015 8:32 pm
Hi,
it would be hard if this link is not in any menu,
but of course there is a solution : Advanced Module Manager allows you use assign for example Custom CSS module also for custom URL only.

Old Tip: https://www.gavick.com/documentation/jo ... cted-pages
User avatar
Platinum Boarder

GK User
Tue Mar 03, 2015 8:27 am
Hi thank you.

Is there anyway to do this in one step with a CSS rule that will affect the registration page only?

Something like:
Code: Select all
@login?view=registration
h2, .componentheading {
margin-bottom: 25px;
}



Or any other ideas or variation?

Thank you.
Regards
User avatar
Platinum Boarder

GK User
Sun Mar 08, 2015 9:20 am
I guess editing gk_university\html\com_users\registration\default.php
won't help you.

So you have to use solution from my last post.
User avatar
Platinum Boarder


cron