Finion Top Menu Login Menu Item - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Finion Top Menu Login Menu Item

jacks0n

jacks0n

Template 3 years ago

Hello, I am working with the Finion template and have an issue with the top right menu "Login". I would like to know where to edit the menu icon and also the photo on the left when the the popup window opens. Thanks

https://snipboard.io/8LTrVA.jpg

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #81113

Hi there!

Thanks for your query.

You can use the following code in your custom CSS to change the image and icon there:

#login .login-bg-img {
    background-image: url(../images/login-sidebar-img.jpg);
}
.fn-man-user:before {
    content: "\e931";
}

Please use your desired image link in the above code, you have to upload that image in your media before that. You have to use content code.

The following doc link may helpfull too:

https://www.joomshaper.com/documentation/joomla-templates/finion/icons-package

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
jacks0n
jacks0n
Accepted Answer
3 years ago #81575

That worked perfectly. Thanks

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #83192

Glad that it helped and you are always welcome:)

0