• Hi!
    I am trying to get rid of the little “my account” icon on the top navigation bar at: https://24c.d0a.myftpupload.com/

    I tried custom CSS of:

    .site-top-bar-left .text,
    .site-top-bar-left a {
    display: none;
    }

    which got rid of the text and link to “my account”, but I can’t figure out how to get rid of or hide the little icon.

    Can anyone help? I am on Albar Pro, and don’t see a setting there to customize this part of the header.

    Thanks in advance,

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter clairereeder

    (@clairereeder)

    Fixed I think. Used code above and also:

    .site-top-bar-left .fa-user,
    .site-top-bar-left a {
    display: none;
    }

    Inelegant, but seems to do the job.

    hey do you have any idea how i can change html code of my page , or php or whatever

    Thread Starter clairereeder

    (@clairereeder)

    I use either the jetpack custom css module, or there is one under the Albar settings. Just paste the code in there.

    yea the thing i’m trying to do is add couple of code to the page , but i only know html , and i don’t know if there is a way to add html code

    Thread Starter clairereeder

    (@clairereeder)

    on your post or page – just click on the “text” tab, rather than the visual editor. You put all the html code there.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Woocommerce insert int Top Bar/Menu’ is closed to new replies.