Forum Replies Created
-
AuthorPosts
-
EstherParticipant
Yes, thank you very much!
EstherParticipantThank you very much!
EstherParticipantIt’s only the menu items that have subitems which should not change to a finger. And also not able to click on. So only the menu items ‘Plan uw bezoek’ and ‘Over museum STAAL’.
Is that possible?
EstherParticipanthttps://snipboard.io/JDhrWA.jpg
For this two menu items I want the arrow not to change in a finger.
EstherParticipantNo, nothing changes when I add this code. Is there another way to solve this?
EstherParticipantThank you, it works!
Kind regards
EstherParticipantI have removed the customizations one by one and nothing changed. There is still no hamburger menu button at the homepage. What else can it be?
EstherParticipantGreat, thank you very much.
EstherParticipantHello,
This is the site URL: http://www.voorbeeld.museumstaal.nl/nieuws/
And the screenshot: https://snipboard.io/5aLegh.jpg
I want the marked date to be removed.Kind regard
EstherParticipantThis does’t help, the date is still next to the post title.
Do you have another solution?EstherParticipantvoorbeeld.museumstaal.nl
EstherParticipantThank you very much, it works.
The only problem is that the homepage doesn’t show the ‘hamburger’.
Is it possible that other CSS causes this problem? Or do you have another solution?#main-nav{
display: none;
}@media only screen and (min-width: 901px){
#mobile-trigger i{
position: absolute;
left: calc(3%);
top: 20px;
background-color: #b1d076;
border: 2px solid #fffffe;
box-shadow: 0 1px 2px #001837;
color: #ffffff;
font-size: 21px;
padding: 6px 8px;
}
}#mobile-trigger{
display: block;
}@media only screen and (min-width: 1301px){
#mobile-trigger i{
top: 10px;
}
}@media only screen and (max-width: 1300px){
#main-slider .cycle-caption {
left: 45px;
max-width: 100%;
}
#main-slider .cycle-caption{
bottom:3%;
}
}#custom-header {
display: none;
}.main-navigation ul li > a:hover, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a, .main-navigation ul li:hover > a { border-bottom: 2px solid #222222;
}
.main-navigation ul ul a {
border-top: 1px solid #ffffff;
}.custom-entry-date span.entry-day {
text-shadow: #9E5123 1px 1px, #9E5123 2px 2px, #9E5123 3px 3px, #9E5123 4px 4px, #9E5123 5px 5px, #9E5123 6px 6px, #9E5123 7px 7px, #9E5123 8px 8px, #9E5123 9px 9px, #9E5123 10px 10px, #9E5123 11px 11px, #9E5123 12px 12px, #9E5123 13px 13px, #9E5123 14px 14px, #9E5123 15px 15px, #9E5123 16px 16px, #9E5123 17px 17px, #9E5123 18px 18px, #9E5123 19px 19px, #9E5123 20px 20px, #9E5123 21px 21px, #9E5123 22px 22px, #9E5123 23px 23px, #9E5123 24px 24px, #9E5123 25px 25px, #9E5123 26px 26px, #9E5123 27px 27px, #9E5123 28px 28px, #9E5123 29px 29px, #9E5123 30px 30px, #9E5123 31px 31px, #9E5123 32px 32px, #9E5123 33px 33px, #9E5123 34px 34px, #9E5123 35px 35px, #9E5123 36px 36px, #9E5123 37px 37px, #9E5123 38px 38px, #9E5123 39px 39px, #9E5123 40px 40px, #9E5123 41px 41px, #9E5123 42px 42px, #9E5123 43px 43px, #9E5123 44px 44px, #9E5123 45px 45px, #9E5123 46px 46px, #9E5123 47px 47px, #9E5123 48px 48px, #9E5123 49px 49px, #9E5123 50px 50px, #9E5123 51px 51px, #9E5123 52px 52px, #9E5123 53px 53px, #9E5123 54px 54px, #9E5123 55px 55px, #9E5123 56px 56px, #9E5123 57px 57px, #9E5123 58px 58px;
}.post-navigation .nav-previous, .post-navigation .nav-next {
border-bottom: 4px solid #928e85;
}EstherParticipantThank you!
EstherParticipantThank you, this works for the page https://www.museumstaal.nl/nieuws/ which I mentioned in my question. But when I open a blog, for instance this one: https://www.museumstaal.nl/na-brandstichting-alles-op-scherp-voor-opening-museum-staal-in-almen/ the bar is stille there. Can you please help me to remove this? Thank you!
EstherParticipantHello,
Now I discover that my posts still show the bar I mentioned before: https://www.museumstaal.nl/nieuws/. Do you also have a css to remove this? Thank you! -
AuthorPosts