Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@pharte: Go to => Appearance => Customize => Additional CSS add the following CSS Code.
To Change the color of dots in the feature slider:
#feature-slider .cycle-pager span.cycle-pager-active { color: #colorcode; }
Replace #colorcode with the color of your choice.
Please post in you site URL so that i can provide you with CSS Code to change color of the button at the footer.
Let me know if you have anymore issues!
Regards,
SkandhaSkandha
Participant@dnelson503: “Our Dogs Past and Present” is the sub-menu of About. Can you please clarify where you want the menu “Our Dogs Past and Present” to be.
If you want to create “About” menu as just a navigational tab and not to be linked to a page do the following:
Go to => Appearance => Customize => Menus => Choose the menu where you want to add “About” =>
Add Item => Select Custom Link and type Link text as “About” and “#” in the URL box. This way you can create About as just a navigational tab.Let me know if you have any more issues!
Regards,
SkandhaFebruary 6, 2018 at 11:25 pm in reply to: So much space that can not be used on Comment Area #131209Skandha
Participant@skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.comment-content { width:100%; margin:auto; } .comment-meta { margin: auto; } .nav-previous { width: 100%; }
Let me know if this solves your issue!
Regards,
SkandhaSkandha
Participant@Glen: Go to => Appearance => Customize => Site Identity => Site Icon => Upload the image you want to display as favicon.
Let me know if you have anymore issues!
Regards,
SkandhaFebruary 4, 2018 at 8:17 am in reply to: Menu always remains under header image on the homepage in Decree theme #131061Skandha
Participant@Akki94316: Glad that you could solve the issue! Have a good day!
Regards,
SkandhaSkandha
Participant@skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code
.entry-content img { padding:0; }
Let me know if this solves your issue!
Regards,
SkandhaSkandha
Participant@skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.attachment-featured-slider-larger.size-featured-slider-larger.wp-post-image { padding:0; }
Let me know if this does the trick!
Regards,
SkandhaFebruary 3, 2018 at 7:08 am in reply to: Menu always remains under header image on the homepage in Decree theme #131023Skandha
Participant@Akki94316: The menu appears below the image when a header image is used and it appears above when a featured slider is used. The menu is above the image in the demo as a featured slider is in use and we have demo only for premium themes. You can check the theme instructions to know about features available in free version and the additional features available in the pro version and decide if you would like to upgrade to Decree Pro Theme.
Let me know if you have any more issues!
Regards,
SkandhaSkandha
Participant@lizhenkenius: Glad that the issue is resolved. Have a good day!
Regards,
SkandhaSkandha
Participant@PeteGWebmaster: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (max-width:991px) { .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-188 { width: 100%; } .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-187 { width: 100%; } .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-191 { width: 100%; } .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-199 { width: 100%; } }
Let me know if this does the trick!
Regards,
SkandhaFebruary 3, 2018 at 2:32 am in reply to: Menu always remains under header image on the homepage in Decree theme #131007Skandha
Participant@Akki94316: You don`t seem to be using our Decree Free Theme. Please post your issue in the respective theme support forum.
Regards,
SkandhaSkandha
Participant@Claire: If you want to remove the titles from the featured slider Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#feature-slider .entry-title { display:none; }
Let me know if this resolves your issue!
Regards,
SkandhaSkandha
Participant@ydigilov: You can change the margin by making change to the margin-right and margin-property in the previous css.
Let me know if you have any more issues!
Regards,
SkandhaSkandha
Participant@sumiko: This theme is customized for full width content and lot of customization is required for your requirement. Therefore i suggest you to hire a customizer to get your site customized.
Regards,
SkandhaSkandha
Participant@lizhenkenius: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (min-width:991px) { article { width:115%; } .sidebar.sidebar-primary.widget-area { width: 20%; position: absolute; right: 20px; } } article { text-align: justify; }
Let me know if this solves your issue!
Regards,
SkandhaSkandha
Participant@skynet: Glad it worked out! Thank you for your suggestion. Have a good day!
Regards,
SkandhaSkandha
Participant@skynet: Since there isn’t an option to change the hover color of social links to light grey and default color to their original color for the time being. You will need to add some CSS Code to achieve it.
Go to => Appearance => Customize => Additional CSS and add the following Code..social-profile ul li.facebook a { background-position: 0 -44px; } .social-profile ul li.facebook a:hover, .social-profile ul li.facebook a:focus { background-position: 0 0; } .social-profile ul li.twitter a { background-position: -44px -44px; } .social-profile ul li.twitter a:hover, .social-profile ul li.twitter a:focus { background-position: -44px 0; } .social-profile ul li.rss a { background-position: -88px -44px; } .social-profile ul li.rss a:hover, .social-profile ul li.rss a:focus { background-position: -88px 0; } .social-profile ul li.you-tube a { background-position: -132px -44px; } .social-profile ul li.you-tube a:hover, .social-profile ul li.you-tube a:focus { background-position: -132px 0; } .social-profile ul li.linkedin a { background-position: -176px -44px; } .social-profile ul li.linkedin a:hover, .social-profile ul li.linkedin a:focus { background-position: -176px 0; } .social-profile ul li.tumblr a { background-position: -220px -44px; } .social-profile ul li.tumblr a:hover, .social-profile ul li.tumblr a:focus { background-position: -220px 0; } .social-profile ul li.viemo a { background-position: -264px -44px; } .social-profile ul li.viemo a:hover, .social-profile ul li.viemo a:focus { background-position: -264px 0; } .social-profile ul li.slideshare a { background-position: -264px -44px; } .social-profile ul li.slideshare a:hover, .social-profile ul li.slideshare a:focus { background-position: -264px 0; } .social-profile ul li.dribbble a { background-position: -308px -44px; } .social-profile ul li.dribbble a:hover, .social-profile ul li.dribbble a:focus { background-position: -308px 0; } .social-profile ul li.my-space a { background-position: -352px -44px; } .social-profile ul li.my-space a:hover, .social-profile ul li.my-space a:focus { background-position: -352px 0; } .social-profile ul li.aim a { background-position: -396px -44px; } .social-profile ul li.aim a:hover, .social-profile ul li.aim a:focus { background-position: -396px 0; } .social-profile ul li.myspace a { background-position: -352px -44px; } .social-profile ul li.myspace a:hover, .social-profile ul li.myspace a:focus { background-position: -352px 0; } .social-profile ul li.flickr a { background-position: -440px -44px; } .social-profile ul li.flickr a:hover, .social-profile ul li.flickr a:focus { background-position: -440px 0; } .social-profile ul li.pinterest a { background-position: -484px -44px; } .social-profile ul li.pinterest a:hover, .social-profile ul li.pinterest a:focus { background-position: -484px 0; } .social-profile ul li.google-plus a { background-position: -528px -44px; } .social-profile ul li.google-plus a:hover, .social-profile ul li.google-plus a:focus { background-position: -528px 0; } .social-profile ul li.wordpress a { background-position: -572px -44px; } .social-profile ul li.wordpress a:hover, .social-profile ul li.wordpress a:focus { background-position: -572px 0; } .social-profile ul li.deviantart a { background-position: -616px -44px; } .social-profile ul li.deviantart a:hover, .social-profile ul li.deviantart a:focus { background-position: -616px 0; } .social-profile ul li.slideshare a { background-position: -660px -44px; } .social-profile ul li.slideshare a:hover, .social-profile ul li.slideshare a:focus { background-position: -660px 0; } .social-profile ul li.instagram a { background-position: -704px -44px; } .social-profile ul li.instagram a:hover, .social-profile ul li.instagram a:focus { background-position: -704px 0; } .social-profile ul li.skype a { background-position: -748px -44px; } .social-profile ul li.skype a:hover, .social-profile ul li.skype a:focus { background-position: -748px 0; } .social-profile ul li.soundcloud a { background-position: -792px -44px; } .social-profile ul li.soundcloud a:hover, .social-profile ul li.soundcloud a:focus { background-position: -792px 0; } .social-profile ul li.email a { background-position: -837px -44px; } .social-profile ul li.email a:hover, .social-profile ul li.email a:focus { background-position: -837px 0; } .social-profile ul li.xing a { background-position: -882px -44px; } .social-profile ul li.xing a:hover, .social-profile ul li.xing a:focus { background-position: -882px 0; } .social-profile ul li.specificfeeds a { background-position: -927px -44px; } .social-profile ul li.specificfeeds a:hover, .social-profile ul li.specificfeeds a:focus { background-position: -927px 0; } .social-profile ul li.meetup a { background-position: -971px -44px; } .social-profile ul li.meetup a:hover, .social-profile ul li.meetup a:focus { background-position: -971px 0; } .social-profile ul li.goodreads a { background-position: -1015px -44px; } .social-profile ul li.goodreads a:hover, .social-profile ul li.goodreads a:focus { background-position: -1015px 0; } .social-profile ul li.github a { background-position: -1059px -44px; } .social-profile ul li.github a:hover, .social-profile ul li.github a:focus { background-position: -1059px 0; } .social-profile ul li.vk a { background-position: -1103px -44px; } .social-profile ul li.vk a:hover, .social-profile ul li.vk a:focus { background-position: -1103px 0; }
Let me know if this works!
Regards,
SkandhaSkandha
Participant@ydigilov: Please Goto => Appearance => Customize => Additional CSS and add the following CSS Code
@media screen and (min-width:781px) { #pgc-18-0-0 { margin-right: 25px !important; } #pgc-18-0-1 { margin-left: 25px !important; } }
Let me know if this does the trick!
Have a good day!Regards,
Skandha -
AuthorPosts