Home › Forums › Pro Themes › Magazine Plus Pro › Backgrund?
Tagged: abcseamless.com, abcsweepstakes
- This topic has 43 replies, 2 voices, and was last updated 5 years, 9 months ago by Hans V. Jensen.
-
AuthorPosts
-
November 29, 2018 at 1:36 am #86063Hans V. JensenParticipant
Thank you my friend
November 29, 2018 at 2:53 am #86066wensolutionsKeymasterHello,
Glad to help you.
Regards!!
December 7, 2018 at 5:26 am #86645Hans V. JensenParticipantHello 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. JensenDecember 7, 2018 at 6:51 am #86651wensolutionsKeymasterHello @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!!
December 7, 2018 at 9:31 am #86662Hans V. JensenParticipantYou are my friend. Thank you.
December 9, 2018 at 11:24 pm #86754wensolutionsKeymasterHello @hansvjensen,
Glad to help you.
Let us know if you have any issues further.
Thank you.
Regards!!
December 25, 2018 at 6:08 am #87630Hans V. JensenParticipantHello 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 🙂
December 25, 2018 at 11:03 pm #87652wensolutionsKeymasterHello @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!!
December 26, 2018 at 3:03 am #87664Hans V. JensenParticipantHello 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/
December 26, 2018 at 4:04 am #87680wensolutionsKeymasterHello @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:
Thank you.
Regards!!
December 26, 2018 at 4:18 am #87683Hans V. JensenParticipantI 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.
December 26, 2018 at 6:43 am #87688Hans V. JensenParticipantYou may be thinking of the “Arkiv” button? I’m thinking of the dropdown button. Only the bottom goes to squad with your CSS code.
December 27, 2018 at 12:40 am #87715wensolutionsKeymasterHello,
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!!
December 27, 2018 at 3:34 am #87722Hans V. JensenParticipantHello 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.
December 27, 2018 at 4:13 am #87725wensolutionsKeymasterHello,
Please add CSS given below:
.anwp-b-wrap .btn{ display:none }
Thank you.
Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.