Template Eventum Logo Size And Menu Not Showing Properly. - Question | JoomShaper

Template Eventum Logo Size And Menu Not Showing Properly.

nagesh

nagesh

Template 10 months ago

How to increase the size of Eventum logo

Menu not showing properly, showing only when we move the mouse.

0
13 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 10 months ago #179143

Hi there,

Thank you for reaching out. Please add this CSS code inside the custom.css file.

.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    color: #ffffff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #sp-header .sp-default-logo {
        display: block;
    }
}

Best regards,

Toufiqur Rahman (Team Lead, Support)

0
nagesh
nagesh
Accepted Answer
10 months ago #179145

Didnt solve the problem.

I changed the color code to 00000 also as it showed only white not text

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 10 months ago #179146

Can you provide me administrator access via hidden content area?

0
nagesh
nagesh
Accepted Answer
10 months ago #179147

Please note i want the logo to be prominent may be 340 pixel wide.

Menu details cannot see unless you move the mouse.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 10 months ago #179149

Please check & let me know. Thanks

0
nagesh
nagesh
Accepted Answer
10 months ago #179151

Thanks menu looks fine.

I need the logo size to be changed in Desktop?

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 10 months ago #179153

Your logo height should be 64px or you need to increase your header height. Thanks

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 10 months ago #179154

Or add this css code if you have problem on mobile device.

a.logo img {
    height: 64px;
}
0
nagesh
nagesh
Accepted Answer
10 months ago #179155

I want the logo size to be atleast 200px. Please also let me know how to change as i can change based on the looks. Thanks

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 10 months ago #179156

You have to increase header height first.

0
nagesh
nagesh
Accepted Answer
10 months ago #179157

How do i do that.

0
nagesh
nagesh
Accepted Answer
10 months ago #179158

How to increase the header size i checked everywhere? even tried your documentation no answer. Template settings also nowhere to change the height, i can change the width only.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 10 months ago #179166

If you want 200px height then header should be like this.

https://prnt.sc/IroHHaG1F4Je

If you want like this, please let me know. I will do it by tomorrow. Thanks

0