McLat
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ColorWay] Center my Logoapparently anything that I change in the custom.css is ignored. Perhaps best to start with that. I have no idea why though… anybody who can explain?
Forum: Themes and Templates
In reply to: [ColorWay] change the color of bar in header/front-pageapparently anything that I change in the custom.css is ignored. Perhaps best to start with that. I have no idea why though… anybody who can explain?
Forum: Themes and Templates
In reply to: [ColorWay] Center my Logommm… too bad… no result on my site when pasting the code in custom.css
/*=========================================*/ /*==========Header Style==========*/ /*=========================================*/ .logo{ text-align: center; } .logo img { max-width: 100%; height: auto; } .header .menu-bar { border-top:3px double #eeeeee; border-bottom:3px double #eeeeee; margin-top:20px; padding-bottom:2px; display: block; padding-top: 2px; padding-bottom:8px; }
What am I doing wrong here… anybody can tell if there is a hierarchy in css files I should be aware of that can interfere here? it is about the site https://www.gerustgeregeld.nl
many thnx!
Forum: Themes and Templates
In reply to: [ColorWay] change the color of bar in header/front-pageThank you for your quick reply and sorry for my delay…
I tried this code in the custom.css since I have no idea where to put it otherwise. This is what it looks like now:
.slide .slide-content.entry {
width: 300px;
left: 0px;
bottom: 40px;
padding: 10px 20px;
position: absolute;
font-size: 13px;/* background-color: rgba(0, 0, 0, 0.6);*/
background: none;
border-right: none;
}Unfortunately, there is no result. Can you tell me where to put it? I try to get rid of the red bar (or “paint” it white) next to the txt:
“Wees welkom op deze website. U vindt hier veel informatie en heeft u nog vragen? Neem dan gerust contact met mij op via …”
Thanks again!