How to show "post a request" button TEXT on mobile view?

I used the code below to make the list a service button text visible in mobile view.
how can I do the same for post a request button?
Thank you

.hp-menu--site-header button span{
	display: inline !important;
}

.hp-menu--site-header button i:first-child{
	margin-right: 0.5rem !important;
}

IMG_20221228_093217

1 Like

Hi,
Please try this CSS snippet:

.hp-menu--site-header .hp-menu__item--request-submit span { 
	display: inline !important;
}

Please note that you may require additional customizations in the future.
If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY

P.S. If you purchased a theme or extension, please enter the license key in the forum profile settings, this will enable the Premium Support badge and ensure a 24-hour turnaround time.

2 Likes

Thank you so much for the code andrii. It works.

Thank you for pointing me towards the collection of code. They are really useful.

Yes I have purchase theme and extension and I have put the license key here.

Don’t I have Premium support badge? Or am I doing something wrong?

Hi,
Yes, please enter the license key in the forum profile settings. On the screenshot, you enter the license key in your WP Dashboard > HivePress > Settings.

1 Like

Oh I see. I just found out.
I have put my license key in the forum profile settings.
But one thing came to my mind.
Is it safe though? Can someone else see or use my license key? if i put it there?
Sorry I dont know much and I am trying to learn. I’m just a noob. :sweat_smile:
Thanks.

Hi,
Yes, everything is safe, now you have a premium-support badge.

1 Like

Thanks andrii

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.