Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • marinolab Friend
    #194788

    I need to change the icon of bootstrap (3 little White lines) with the title “SPORTELLO UTENZA”.
    I know this must be in bootstrap.css/.btn-primary…but I do not how..
    thanks

    TomC Moderator
    #522728

    Where, exactly, on your site are we to be looking?

    I do not see a title “SPORTELLO UTENZA” via the link you provided. :((

    marinolab Friend
    #522738

    Hi Tom,
    is my English so bad?
    I mean instead of the 3 little white lines of the icon of bootstrap, I’ld like to get a title like “SPORTELLO UTENZA”…
    thanks for your patience

    chavan Friend
    #522785

    There are two ways you can do one is in css and other is in mainnav blocks file

    Here I have provided the css way fix

    Go to this CSS: http://www.aslromag.info/T3b/templates/t3_bs3_blank/fonts/font-awesome/css/font-awesome.min.css

    Replace this code


    .fa-bars:before{content:"f0c9"}

    With

    .fa-bars:before{content:"SPORTELLO UTENZA"}

    then Go to this File : http://www.aslromag.info/T3b/templates/t3_bs3_blank/css/themes/asl/template.css

    Add this code to the very first line

    .navbar-header button { width: 150px;}

    Hope this Helps

    marinolab Friend
    #522790

    Great!
    only one thing to arrange…the same font of the nav bar menu…

    chavan Friend
    #522793

    Go to this File: http://www.aslromag.info/T3b/templates/t3_bs3_blank/fonts/font-awesome/css/font-awesome.min.css

    replace this code
    .fa-bars:before{content:”SPORTELLO UTENZA”}

    With

    .fa-bars:before { content: “SPORTELLO UTENZA”;
    font-family: “Helvetica Neue”,Helvetica,Arial,sans-serif; font-size: 13px;}

    if it seems bigger, then you Need to change text “SPORTELLO UTENZA” to “Sportello Utenza”

    marinolab Friend
    #522797

    Great
    many thanks

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  marinolab 10 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum