Home Forums Themes Support Claue Remove Social and Move Account Section to other side

Topic Resolution: Resolved
Viewing 8 reply threads
  • Author
    Posts
    • #25056

      Hi,

      Pleases see attached screenshot of what I am looking to achieve. Please can you confirm how this can be done? I am looking to move my account but keep basket and favourites in the same location.

      Attachments:
      You must be logged in to view attached files.
    • #25058

      Hi,

      1. Please go to Claue > Theme Option > Social network and remove all socials icons and links

      2. Please go to Theme Option > header > enable my account icon> off

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

    • #25059

      Hi,

      I’ve been able to remove the social buttons – Thanks for that.

      I am not trying to remove the my account section I am trying to move it from where it is to the other side where the social icons were.

      Attachments:
      You must be logged in to view attached files.
    • #25066

      Hi,

      Please download attach file and extract to claue-child > views > header (you need to create 2 new folder “views in claue-child and header in views)

      Kind regards

      Attachments:
      You must be logged in to view attached files.

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

    • #25069

      Hi,

      I have done this and this has the effect I was looking for however, the size seems smaller and when you hover it cuts it off the page.

      Attachments:
      You must be logged in to view attached files.
    • #25072

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .jas-my-account .pe-7s-user {
      	font-size: 24px;
      }
      .jas-my-account ul {
      	left: 0;
      }

      Regards

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

    • #25074

      Great!

      Just done that. I now have a slight issue with the responsive view. When making the screen smaller the small menu pops up and the icon also goes small again.

      When the menu goes into the tablet mode can the my account icon default back to the right hand side in it’s normal place?

      I’ve added a screenshot to demonstrate the issue.

      Attachments:
      You must be logged in to view attached files.
    • #25079

      Hi,

      Please add more code

      @media only screen and (max-width: 1024px) {
      .jas-my-account {
      	margin: 0 0 0 10px;
      	line-height: 25px;
      }}
      
      @media only screen and (max-width: 736px) {
      .jas-my-account.hidden-xs {
      	display: block;
      }}

      Kind regards

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

    • #25080

      Perfect. Very helpful thank you.

Viewing 8 reply threads

You must be logged in to reply to this topic.