Remove post a request button and add a new link to the list a service button

  1. I want to remove the post a request button so it will just be the list a service button. i also want to rename the list a service button to just “POST”
    see picture below:

b28f2aa4-3d29-4f26-a464-c31b6d719078

  1. I also want to add a link to the list a service button so that it will redirect to a new page that will ask if users want to post a request or list a service. how do i add a custom link to the list a service button?

thanks

Hi,

  1. Please try this CSS snippet to remove the request button:
.hp-menu__item.hp-menu__item--request-submit {
	display: none;
}

To rename the list a service button please follow these instructions to translate any static text within HivePress, its themes, or extensions How to translate HivePress - HivePress Help Center

  1. Sorry, there’s no simple code snippet for this, it would require a custom implementation. If customizations beyond the available features are required for your site, please consider hiring someone for custom work https://fvrr.co/32e7LvY
1 Like

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