Forum Replies Created
-
AuthorPosts
-
Hi,
First, please active child theme and here is guild and reason:
https://codex.wordpress.org/Child_Themes
- You want to change backgroud for banner, you can add the following line in style.css (in "yolo-kizone-child" folder).
.site .yolo-page-heading .bottom-bar{
background-color: red; //set your color
}
- Change background color for Tab button, you can add the following line:
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tabs-list .vc_tta-tab >a{
background-color: red; //set your color
}
Hope it help!
Hi,
To use font "mandingoregular ", please check it has been loaded on your site
(CTRL + U -> view source and check it)
eg for font "OpenSan":
<link rel='stylesheet' id='open-sans-css' property='stylesheet' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=4.5' type='text/css' media='all' />
Hi,
You can add the following CSS line:
@media(max-width: 480px){
.site .yolo-page-heading{
padding: 180px 0px;
}
Hope it help!
}
Hi,
You can add the folowing line:
@media(max-width: 540px){
header .navbar .navbar-brand .yolo-logo-img{
height: auto;
width: 70%;
}
}
and remove attribute "margin-top:15px;"(you can view the attachment)
Hope it help!
Best regard,
Hi,
You added "padding-left" and "padding-right: 150px". It will display the item on mobile incorrect
Please remove it.
Best regard,
Hi,
Please send me a screenshot. I will help you check
Best regard,
Hi,
You login backend -> Event Single -> Page setting single event -> Page layout: select: Fullwidth(attachment)
Hope it help!
Hi,
I have changed source code in single-event.php. Please check again
Hi,
I have a few changed source code, please check again
(If it still exists the problem, please send me link your site to I can check this problem better.)
Best regard,
Ok! I need to edit your source code, please send me FTP account, I will help you check
Hi,
I have added CSS, please check again!
Hi,
I have installed Kidzone with WordPress 4.5.2 and it still normal operation when active all plugin.
Please send me admin your account, I will help you check.
Thank,
Hi,
Please make sure you have activated Kidzone Child Theme
And you can try to add the following line into style.css again
.yolo-header .navbar-wrapper .navbar .yolo-topbar .topbar-inner {
background-color: blue;
}
Hi,
You can use Regenerate Thumbnails plugin again.
Best regard,
Hi,
I have to change the position of title, please check again
Best regard,
-
AuthorPosts
