Action bar - change one icon and center to the mid

Hello I need to change one of the icon in action menu. On page www.nadas.sk I need to set up 2nd phone for opening hours icon (for example clock icon). And second thing, I need to change alignment to center, not to left.  

Comments

  • Hello,
    You cannot add additional fields into the Action Bar, all of the fields are available to set in the Theme Options > Menu & Action Bar > Action Bar
    Changing the icon with CSS will not be easy to achieve, because both of the icons have the same classess applied
    You can also use the Muffin Header Builder, it will allow you to create such layout in easy way ;)

    About the second problem, please use this CSS code:
    #Action_bar .contact_details{
    width:100% !important;
    text-align:center !important;
    }
    thanks
Sign In or Register to comment.