JeroenSch
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: adding unique div whole siteHello,
Can you see the Iframe that is loading on the homepage? In that Iframe there is a counter. When I go in the menu to competitie-vttl/competitie heren/rangschikking there is a new Iframe loading with a counter that is rising. I do not want the counter to rise in the Iframe
Forum: Themes and Templates
In reply to: [ColorWay] make content largerHi, thanks for the response.
I ‘ve noticed that with this code within the white center box of the website the content is being adjusted, but is there a possibility to make the white content box larger?
Site is http://ttcgalmaarden.be
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] site offline after updateHello,
I replaced the old files of colorway version 3.9. My websit eis working again for now
Grtn
JeroenForum: Themes and Templates
In reply to: [ColorWay] 2 questions color link/continue reading adjustThan you need only the first part of the code:
#menu .sf-menu li li a.selected, #menu .sf-menu li li a:hover {
background:#B5C5FF;
}
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover,#menu li.current_page_item a, #menu li.sfHover, #menu li.sfHover a, #menu .sf-menu li li{
background:#4E5E99;
}Forum: Themes and Templates
In reply to: [ColorWay] 2 questions color link/continue reading adjustHello,
I found this solution:
=> go to theme options => styling options
=> in the field custom css I filled in this code:
#menu .sf-menu li li a.selected, #menu .sf-menu li li a:hover {
background:#B5C5FF;
}
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover,#menu li.current_page_item a, #menu li.sfHover, #menu li.sfHover a, #menu .sf-menu li li{
background:#4E5E99;
}.footer-container{
background:#4E5E99 !important;
}
.footer-navi{
background:#B5C5FF !important;
}
blockquote.home_blockquote {
display: none;
}
a:link {
color:#4E5E99;
}
a:visited {
color:#4E5E99;
}I hope it can help you, my site is http://ttcgalmaarden.be
Grts