• gardza

    (@gardza)


    I’m sorry I am new at code, so this is an ignorant Q…

    I am using a SportsPress template and have added a Transposh widget in my sidebar. I am wanting to hide the input checkbox and text below the dropdown menu with custom CSS, as it is repetitive and looks bad. http://www.kcymcasports.org.

    When I hide:
    <input type=”checkbox” name=”tpedit” value=”1″ onclick=”document.location.href=’/?tpedit=1′;”>
    ” Edit Translation”
    <div id=”tr_credit”></div>

    in “Inspect” mode, it works, but when I add:

    input.aside#transposh-2.widget.widget_transposh {
    display: none;
    }

    in custom CSS, it does nothing. I assume I am entering something wrong…?

    https://wordpress.org/plugins/transposh-translation-filter-for-wordpress/

  • The topic ‘how can I hide a section of a widget (input)’ is closed to new replies.