*

nootkan

  • **
  • 29 posts
Resolved - Change Login Logo Size Omega Theme
« on: August 16, 2022, 06:42:16 AM »
Hi all, tried searching in this forum for "change logo size omega theme" "change login logo size" "resize login image" and a few others with no luck. 

I want to know how to change the size of the svg image that shows on the login page of the admin omega theme. 

Looked in UI, new.css, even tried uploading a larger image but it always resizes to 90x52.5.

Can anyone provide a solution to this for me?

Thanks

Update:

Found the solution (for me anyways) inside the login.php file on line 29. 

Removed the ahref tags and link from there and left the width at 100% and the height at auto in the new.css file which made it fit the div and gave me what I wanted.
« Last Edit: August 16, 2022, 08:15:45 AM by nootkan »

*

MB Themes

Re: Resolved - Change Login Logo Size Omega Theme
« Reply #1 on: August 16, 2022, 09:52:53 AM »
I would recommend to change size via repated css file  ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

nootkan

  • **
  • 29 posts
Re: Resolved - Change Login Logo Size Omega Theme
« Reply #2 on: August 17, 2022, 08:39:21 PM »
Tried that it didn't work.

*

MB Themes

Re: Resolved - Change Login Logo Size Omega Theme
« Reply #3 on: August 18, 2022, 08:01:44 AM »
@nootkan
This works for me
Code: [Select]
#login-header a { width: 120px; height: 120px; }
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots