Home Forums Pro Themes Magazine Plus Pro Backgrund?

Viewing 15 posts - 16 through 30 (of 44 total)
  • Author
    Posts
  • #86063
    Hans V. Jensen
    Participant

    Thank you my friend

    #86066
    wensolutions
    Keymaster

    Hello,

    Glad to help you.

    Regards!!

    #86645
    Hans V. Jensen
    Participant

    Hello Wen,

    Last question:

    Is it possible to remove the white box i the header with Bundesliga during the competition?
    http://bvbfan.dk/competition/bundesliga-2018-19/

    Hope the best.

    Regards,
    Hans V. Jensen

    #86651
    wensolutions
    Keymaster

    Hello @HansV.JenSen

    To remove the white box in the header according to your need, attach the below-given CSS by going to :
    Admin panel>Appereance>Customize>Additional CSS

    .anwp_competition-template-default .anwp-b-wrap .border {
    display: none !important;
    }

    If you again want to display the white box, remove the CSS.

    Hope this helps.

    Regards!!

    #86662
    Hans V. Jensen
    Participant

    You are my friend. Thank you.

    #86754
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Glad to help you.

    Let us know if you have any issues further.

    Thank you.

    Regards!!

    #87630
    Hans V. Jensen
    Participant

    Hello Wen,

    I would like to remove http://bvbfan.dk/club/bayern-munchen/ the scroll buttons under /club/ “Seneste kampe” and “Sæson:” and completely remove “Season” with content below as it looks like the picture.

    Can you help with a CSS code for it? Please 🙂

    #87652
    wensolutions
    Keymaster

    Hello @hansvjensen,

    The feature to remove the scroll button is already available in the theme itself and for this, you need to go to Admin Panel > Appearance > Customize > Theme Options > Footer Options : “Show Go To Top” and uncheck the option.

    Now to completely remove the season content add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS:

    .anwp-b-wrap.squad.squad--shortcode.squad--blocks {
        display: none;
    }

    Hope this helps.

    Regards!!

    #87664
    Hans V. Jensen
    Participant

    Hello Wen,

    Thanks. I am very grateful. The state module unfortunately requires a lot of adjustments and much more manual work than I thought before it can be good.

    1) I’m not quite on footer options to remove button? Show Go To Top must still be.

    2) When I enter your CSS code I get the picture below. But the upper button still needs to be removed. How do I do it?

    3) Can you do the same exercise with a CSS code for player? So http://bvbfan.dk/player/kevin-wimmer/ stands without info as

    … or here as coach http://bvbfan.dk/staff/lucien-favre/

    #87680
    wensolutions
    Keymaster

    Hello @hansvjensen,

    The button that you have mentioned is from the sidebar so you can directly remove the sidebar for each page by going to individual page/post edit screen.

    For clear information please refer to below given link:

    https://prnt.sc/lzmkbn

    Thank you.

    Regards!!

    #87683
    Hans V. Jensen
    Participant

    I can’t see anything at all with the button. I can’t change settings sidebar to stats at all. Only what sitebar should show. And it has nothing to do with stats.

    #87688
    Hans V. Jensen
    Participant

    You may be thinking of the “Arkiv” button? I’m thinking of the dropdown button. Only the bottom goes to squad with your CSS code.

    #87715
    wensolutions
    Keymaster

    Hello,

    To remove the dropdown, add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    button.btn.btn-sm.btn-secondary.anwp-dropdown-toggle {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    #87722
    Hans V. Jensen
    Participant

    Hello Wen,

    Exactly. Thank you.

    The last thing now is a CSS code for both dropdowns on player ???
    http://bvbfan.dk/player/mario-gotze/

    Then we are about to finish.

    #87725
    wensolutions
    Keymaster

    Hello,

    Please add CSS given below:

    .anwp-b-wrap .btn{
        display:none
    }

    Thank you.

    Regards!!

Viewing 15 posts - 16 through 30 (of 44 total)
  • You must be logged in to reply to this topic.