• Resolved hawkwind68

    (@hawkwind68)


    Is it possible to safely remove the panel containing the text “Enter Correct Password to Download”? It just seem superfluous as the theme already displays the words “Enter Password”. If it can be removed, I think that the page would look tidier and give me more space on the screen to work with, if needed.

    Truth is, I much prefer the “look” that you had in earlier versions and this would get me closer to those.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Shahriar Alam

    (@shahriar0822)

    There is no direct option to remove the panel. But you can use the following css to hide it.

    .package-locks .panel-heading {
        display: none;
    }
    .package-locks .panel{
    border: none;
    }
    Thread Starter hawkwind68

    (@hawkwind68)

    Many thanks for getting back Shahriar.

    It is to my shame that I have never actually learnt much about CSS, so I have to ask you just where do I put it?

    Tom

    Plugin Contributor Shahriar Alam

    (@shahriar0822)

    You can add this code to your active theme’s style.css file. If there is an option to add custom CSS you can utilize that too.

    Thread Starter hawkwind68

    (@hawkwind68)

    Many thanks, Shahriar. All is working as I like it and I am grateful for your support. Perhaps it is time for me to start learning about CSS for myself? I shall put the effort in.
    Tom

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removal of panel’ is closed to new replies.