Title: Change CSS button size
Last modified: March 25, 2024

---

# Change CSS button size

 *  [PerAstra](https://wordpress.org/support/users/samuelgassama/)
 * (@samuelgassama)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/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 !

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [ELEXtensions](https://wordpress.org/support/users/elextensions/)
 * (@elextensions)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/change-css-button-size/#post-17529046)
 * 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.
 *  Thread Starter [PerAstra](https://wordpress.org/support/users/samuelgassama/)
 * (@samuelgassama)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/change-css-button-size/#post-17529661)
 * 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 2 years, 1 month ago by [PerAstra](https://wordpress.org/support/users/samuelgassama/).
 *  Plugin Author [ELEXtensions](https://wordpress.org/support/users/elextensions/)
 * (@elextensions)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/change-css-button-size/#post-17531709)
 * 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.
 *  Thread Starter [PerAstra](https://wordpress.org/support/users/samuelgassama/)
 * (@samuelgassama)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/change-css-button-size/#post-17532507)
 * Hi,
 * The theme I am using is the Divi Theme, I would like the Button to be placed 
   under the product title such as :
 * ![](https://lh7-us.googleusercontent.com/h5kCsDA6sFzGPGZtYBlYNj3z8GKlsAai23dw-
   782Rt4wsXe4fkiND85r1Q8r4YHV1nCjCBL7oNkMkfbmxbuooF2XR8kL0te2slOVN5TIlSI4TTojCtNGZKqlvbdxDgWXz-
   jdIgvM0G0Le4LEzKKQJqw)
 * 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 !
 *  Thread Starter [PerAstra](https://wordpress.org/support/users/samuelgassama/)
 * (@samuelgassama)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/change-css-button-size/#post-17535564)
 * 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
 *  Plugin Author [ELEXtensions](https://wordpress.org/support/users/elextensions/)
 * (@elextensions)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/change-css-button-size/#post-17535697)
 * Hello [@samuelgassama](https://wordpress.org/support/users/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?
 *  Plugin Author [ELEXtensions](https://wordpress.org/support/users/elextensions/)
 * (@elextensions)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/change-css-button-size/#post-17535867)
 * Hello [@samuelgassama](https://wordpress.org/support/users/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
 *  Thread Starter [PerAstra](https://wordpress.org/support/users/samuelgassama/)
 * (@samuelgassama)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/change-css-button-size/#post-17535931)
 * 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.
 *  Plugin Author [ELEXtensions](https://wordpress.org/support/users/elextensions/)
 * (@elextensions)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/change-css-button-size/#post-17541596)
 * Hello [@samuelgassama](https://wordpress.org/support/users/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

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Change CSS button size’ is closed to new replies.

 * ![](https://ps.w.org/elex-request-a-quote/assets/icon-256x256.png?rev=2802410)
 * [ELEX WooCommerce Request a Quote](https://wordpress.org/plugins/elex-request-a-quote/)
 * [Support Threads](https://wordpress.org/support/plugin/elex-request-a-quote/)
 * [Active Topics](https://wordpress.org/support/plugin/elex-request-a-quote/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elex-request-a-quote/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elex-request-a-quote/reviews/)

 * 14 replies
 * 2 participants
 * Last reply from: [ELEXtensions](https://wordpress.org/support/users/elextensions/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/change-css-button-size/#post-17541596)
 * Status: not resolved