Change CSS button size
-
Hi,
I would like to know if it’s possible to change the size of the “Request a Quote” Button ? In the css fils or else, thank you !
-
Hello @samuelgassama,
Thank you for reaching out to us. Regarding your query, you can adjust the button size by editing additional CSS in your theme file. You can add this code to your theme’s additional CSS file.?
.elex-rqst-quote-front-wrap .add_view_quote_btn .add_to_quote{
/* here you can place custom css */}
If you have any further questions or concerns, feel free to contact us.
Thank you for the answer, is there any way to change the position of the button and turn it into a hyperlink instead ? And is there a way to remove the Quote List from the header menu as I can’t remove in the wordpress menu since it doesn’t appear there. Thank you
- This reply was modified 8 months ago by samuelgassama.
Hello @samuelgassama,
Thank you for responding. Regarding your inquiry, the appearance of the quote list button adjusts based on your website’s theme. Could you please specify which theme is currently active on your website? Additionally, could you provide details on how you would prefer to position the button on the product page?
Regarding the request to change the button to a hyperlink, could you please clarify if you want the quote button to be displayed as a hyperlink or if you want its functionality to resemble that of a hyperlink? If you could provide a sample screenshot illustrating your requirements, we could offer suggestions accordingly.
Also, the Quote List page is automatically appended when you install the plugin. To remove functionality please do navigate the plugin file RequestAQuote.php file and line number 44. Nevertheless, if you comment on this line with “//” this will be hidden in the menu.?
File Path – pluginpath/src/RequestAQuote.php?
?add_action( ‘wp_nav_menu_items’, array( self::class, ‘add_minicart_to_header’ ) , 10, 2);
Let me know if you have any further questions.Hi,
The theme I am using is the Divi Theme, I would like the Button to be placed under the product title such as :
And about the hyperlink I would like to be a hyperlink not only resemble it. As you can see above I would like the hyperlink to be under the product title.
And concerning the Quote Liste in the header is there a way to remove it from only one menu and not all the others ? Thank you for your time amd help !
Hi,
I wanted to add that when I try to remove the button Icon in my theme, the button icon still remains there, where can i access the button style in the files to remove it manually ? Thank you
Hello @samuelgassama,
Thank you for providing the details. Regarding your previous queries:
1. Placing the quote button below the product title isn’t possible from the plugin as of now. Our exploration within the Divi theme didn’t uncover any hooks that would allow us to adjust the button’s position.
2. It is not?feasible to integrate a redirection URL into the quote button and show it as hyperlinked.
3. We’ve shared instructions on how to comment out code within our plugin files to remove the quote list button from the theme header menu on the shop page. Could you kindly specify which menu you’d like us to remove the quote list button from on your website?
Hello @samuelgassama,
You can try adding this css in additional CSS of theme file and see if that helps.
.elex-rqst-quote-front-wrap .add_view_quote_btn .add_to_quote{
? ? background-color: transparent !important;
? ? padding: 0;
? ? text-decoration: underline;
? ? color: #0000ee !important;
? ? font-size: .9rem;
}Looking forward to hearing your feedback
Hi
Thank you for your reply, I’ve fixed mainly all the problems I had. I just need to remove the icon from the button, and would you be able to tell me what the style is for the “View Quote list ” button that replaces the Request a Quote Button, after requesting a quote.
Hello @samuelgassama,
There is no icon avaiable in the “View quote list” button. However, You can try doing css changes in this class and see if it helps to modify the button
elex-rqst-quote-front-wrap .elex-raq-view-quote-list-open-btn{
}
Looking forward to hearing your feedback
- The topic ‘Change CSS button size’ is closed to new replies.