Topic-icon How To configure Login | Register Like sourcecoast.com

Active Subscriptions:

None
7 years 6 months ago #59918 by imrabd
DearTeam,
Can you please help me on this.

Thanks,
Imran
The topic has been locked.
Active Subscriptions:

None
7 years 6 months ago #59925 by imrabd
Dear Team,

Can you please help on this .

This is disappointing as there is not reply since more that 24H in weekday.
Do you have a SLA for a ticket ?

Thanks,
Imran
The topic has been locked.
Support Specialist

I have created account menu and assigned
but the drop down not working.

The menu actually is working, but the Bootstrap.css file from your site is hiding it. Please try adding the following to the SCLogin CSS theme file you are using:
.sclogin .dropdown-menu {
    position: relative;
}
That should make the menu show properly.

also want to know how to change the color of account ?

This would also be done in the theme's CSS file. Simply add or update the following property:
.sclogin btn dropdown-toggle

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
7 years 6 months ago #59991 by imrabd
Dear Team,

As suggested I have copyed Default.css by to /templates/my_template/html/mod_sclogin/themes/ as per the doc.
and added the below code in the

Code:
.sclogin .dropdown-menu {
position: relative;
}

www.sourcecoast.com/sclogin/documentation/themes

But still the same issue.
Please help

Thanks,
Imran
The topic has been locked.
Support Specialist
I see the override you created and the style is in that file. It's not being applied though due to the ordering of some other styles. Please update it to the following tag, and it should work:
.sclogin ul.dropdown-menu

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
7 years 6 months ago #59998 by imrabd
Dear Alex,

I have added the below code to default.css. but still the same issue.

.sclogin ul.dropdown-menu {
position: relative;
}



If required I can provided the cpanel access

Thanks,
Imran
The topic has been locked.
Support Specialist
The override I see is in:
favourite/html/mod_sclogin/themes/sourcecoast.css

In that file, I don't see the tag I noted above. Can you let me know what file I should be seeing the update in? Or, can you put it in that file?

Thanks,
Alex
The topic has been locked.