Issue with "Share/Action" button on Invision theme. Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Issue with "Share/Action" button on Invision theme.

    kuronogami
    kuronogami
    New Member


    Posts : 1
    Reputation : 1
    Language : English

    In progress Issue with "Share/Action" button on Invision theme.

    Post by kuronogami January 3rd 2016, 10:50 pm

    The issue can be seen here. Personally I don't mind not having the share button (no need for it on our forum) however the action button is important as it allows access to forum features we may need. I believe it's through CSS that this is done however I am not totally sure but it's definitely not under the general buttons (I've looked to see if I could just delete/disable it)

    Issue with "Share/Action" button on Invision theme. F0f38c6652

    Any advice on solving this issue is much appreciated ^^
    10spetter10
    10spetter10
    Forumember


    Posts : 195
    Reputation : 82
    Language : Dutch

    In progress Re: Issue with "Share/Action" button on Invision theme.

    Post by 10spetter10 January 4th 2016, 12:14 am

    That is just a little bug, try this css:

    Code:
    #topicmenu-options a {
      display: inline;
    }
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: Issue with "Share/Action" button on Invision theme.

    Post by SLGray January 4th 2016, 1:09 am

    Look for this in your CSS stylesheet:
    Code:
    .popmenubutton a {
        background-color: #C8C8C8;
        background-image: url("http://2img.net/i/fa/invision/menu_action_down.gif");
        background-position: 97% 50%;
        background-repeat: no-repeat;
        border: 1px solid #DEDEDE;
        color: #3B3B3B;
        display: block;
        font-size: 11px;
        font-weight: 700;
        padding: 2px 16px 2px 8px;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
    }
    Change display from block to inline.



    Issue with "Share/Action" button on Invision theme. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.