Home Forums Weaver Xtreme Theme menu when shown on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18380
    mrpp
    Participant

    When shown on mobile you have the minimal menu showing, i have mine aligned on left, can i add another CONTACT button next to the menu? so when viewed you see menu and contact

    Currently use in custom css to show menu rather than the standard lines
    .genericon-wvrx-menu::before {content:”Menu”;font-size:70%;}

    .menu-toggle-button {width:2em;}
    #inner {
        display: table;
        margin: 0 auto;
    }
    #25158
    scrambler
    Moderator

    You need to give us a link to your site so we can be sure if what is the configuration.

    If you have The “Plus” plugin, you can use the Add HTML areas (right or left) to add anything you want on the menu bar.

    If not there may some work arounds but we must see the site

    #25159
    mrpp
    Participant

    will report back on this might have worked it out

    In Header HTML custom css {text-align:right;position:absolute;right:10px;min-height:0px;padding-top:10px;} then in Header HTML content 
    <a href=”xxxxxxxx/form/”>Contact</a>
    #25160
    mrpp
    Participant

    If i want to force #header-html a:visited {color:#FFFFFF;}

    any reason this does not get forced on a mobile, still shows blue
    ok needed to change active so i,m sorted thanks
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.