Home Forums Themes Support Claue Banner

Topic Resolution: Resolved
Viewing 6 reply threads
  • Author
    Posts
    • #27492

      Hi harry

       

      how to change this to image ?

       

       

      can i add custom css to this ?

       

      thanks !

    • #27498

      Hi,

      Please go to Pages > Whosale Ordering > Edit and upload featured image.

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #27502

      can i edit the height of that harry ?

    • #27504

      You can edit height by add below code to Claue > Theme Option > General Layout > Custom CSS

      .page-head {
      	padding: 50px 0;
      }

      and change 50 with your number

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #27519

      is it applicable on only 1 page ?

       

      or for all ?

       

      can i apply it only that page ? or 1 page only ?

       

    • #27524

      Hi,

      This code will apply for all page.

      You can change height for only one page by click right mouse > inspect > and view on body tag to know page id class like this screenshot http://prntscr.com/lt49p3 page id class is: page-id-2904

      and use below code

      .page-id-2904 .page-head {
      	padding: 50px 0;
      }

      Change page-id-2904 with your page id class

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #27559

      ok harry,

       

      noted thanks

Viewing 6 reply threads

You must be logged in to reply to this topic.