themepalace
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kids Education] Highlighted image wrongly resizedForum: Themes and Templates
In reply to: [Selfgraphy] In single.php there twoForum: Themes and Templates
In reply to: [BlogSlog] Header image dissappears when using static homepageHello @oliviagreenbean
Header image of Static Home page can be set up from customizer->front page->Banner and select page(add featued image in that page).
Thanks
Theme PalaceForum: Themes and Templates
In reply to: [Travel Insight] Insight travel customizehello @tinabergmanallansson,
1. Please add this css at Customize Additional css
#colophon {
background-image: none !important;
}
2. Goto Dashboard->setting->reading and change the value of Blog pages show at most to 5.
3. Blog post image can be add from Dashboard->post->select post and add image in featured imageThanks
Theme PalaceForum: Themes and Templates
In reply to: [Graduate] sub menu show drop on lefHello @aikzhobi,
Please remove
.main-navigation li {
float: right;
text-align: right;
}And add these css in Additional css.
.main-navigation ul#primary-menu > li {
float: right;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
right: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: auto;
right: 100%;
}
ul.sub-menu li.menu-item-has-children > a:after {
content: “\f0d9”;
right: auto;
left: 5px;
}Thanks
Theme PalaceForum: Themes and Templates
In reply to: [Travel Ultimate] missing icomoon fontHello @axwax
Can you please be more specific on which icon is not showing. Please share your site url where the error occurs. wp-travel-front-end.min.css is plugin file showing icons in trip detail and trip single page.
Thank you.
Theme PalaceForum: Themes and Templates
In reply to: [Musicsong] Phone View overlaps images with textHello @whcl887
We have already a max-height property for the logo in the theme. Please share your site url so that we can take a look of your site logo design in phone view.
Thank you.
Theme PalaceForum: Themes and Templates
In reply to: [Yummy] More items in Menu sectionHello @ryemck,
The maximum menu items for free theme is only 4. If you want 10 menu items to add, you have to purchase the premium theme.
Thank you.
Theme PalaceForum: Themes and Templates
In reply to: [Yummy] More items in Menu sectionHello @ryemck,
The maximum menu items for free theme is only 4. If you want 10 menu items to add, you have to purchase the premium theme.
Thank you.
Theme PalaceHello @brandonking010
Please go to Customizer – Additional CSS and copy and paste the following code:
.home.blog #page-site-header .page-header {
display: none;
}Thank you.
Theme PalaceForum: Themes and Templates
In reply to: [Pet Business] front page of themeHello @meowcountryside,
Please go to Customizer – Additional CSS and copy and paste the following code:
#featured-slider .overlay {
opacity: 0.2;
}You can increase or decrease the opacity value from 0 to 1 to increase or decrease the slider dark overlay.
Thank you
Theme PalaceForum: Themes and Templates
In reply to: [Mega Blog] Change Logo Size & FontPlease go to Customizer – Additional CSS and copy and paste the following code:
.site-branding img.custom-logo {
max-height: 100%;
}This will update the logo size to its default size. You cannot change font in multiple places on the blog in free version.
Thank you.
Theme PalaceForum: Themes and Templates
In reply to: [Korpo] header page heightHello @wuaume,
Please add this CSS in Customizer > Additional CSS.
#banner-image {
padding: 20px 0;
}
You can increase or decrease the px value.Thanks
Theme PalaceForum: Themes and Templates
In reply to: [Travel Ultimate] Mobile Navigation Not WorkingHello @spincastmarketing,
Drop downs are working in our Demo. Please add submenu in your website.
Thanks
Theme PalaceForum: Themes and Templates
In reply to: [Graduate] How to add New section in Home pageHello @aikzhobi
We don’t have another slider section in free theme Please try some plugin to add the section. Or visit Graduate pro theme.
https://themepalace.com/downloads/graduate-pro/Thanks
Theme Palace