-
Author
-
April 29, 2014 at 18:21 #16419jazzydadParticipant
I’m a new Kleo user…so sorry for my simple questions:
– I’m trying to have a dark colored background. When I put text color white using the theme admin, titles appears in grey…how to make them white?
– How to remove the bar where the breadcrumb is usually all over the site (even on blog etc)?
– How to make the whole site private (must login or register)?
regards,
david.
April 30, 2014 at 13:11 #16544SQadminKeymasterHi,
1. All titles are somewhat derived from “Text color” option. You can play with this by choosing different text colors to see what I mean. Anyway, you can rewrite this rule by applying some css style in admin/theme options/general settings/quick css box:
COPY CODE#main .main-color h1, #main .main-color h2, #main .main-color h3, #main .main-color h4, #main .main-color h5, #main .main-color h6 { color: #ffffff; } #main .alternate-color h1, #main .alternate-color h2, #main .alternate-color h3, #main .alternate-color h4, #main .alternate-color h5, #main .alternate-color h6 { color: #ffffff; }
2. To hide title, breadcrumb and title info you have settings on every page in – Theme General settings/Title section.
3. In order to make the whole site private you need a plugin to restrict the access. Check on WordPress repository
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 5, 2014 at 01:29 #16853AbeKeymasterHi, we will do some tests since it could be a bug in detecting some settings
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 19, 2014 at 16:50 #18309AbeKeymasterYou are hiding them from the page edit for a specific page, right?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 19, 2014 at 17:53 #18315AbeKeymasterOk, fixed it.
Replace the content from this theme files with the content from attached files:
– wp-content\themes\kleo\index.php
– wp-content\themes\kleo\page-parts\general-title-section.phpYou should go to Theme options – Layout settings and set the breadcrumb to OFF and Page Title location to Main section. Then in Header options – Show breadcrumb – OFF and remove the text from “Main menu info”
Let me know if it works now.
also to hide the title in the main area, just if you don’t want the title at all add this CSSCOPY CODEh1.page-title { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Attachments:
You must be logged in to view attached files.May 20, 2014 at 21:26 #18411AbeKeymasterThis CSS should style that element:
COPY CODE#main .main-color h3.post-title > a { color: #333333; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 23, 2014 at 21:00 #18666AbeKeymasterHi, we fixed that also but forgot to attach it. replace the content from buddypress.php with the attached file.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Attachments:
You must be logged in to view attached files.May 24, 2014 at 18:33 #18747AbeKeymasterThat rtmedia notice can be ignored.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 28, 2014 at 00:36 #18914AbeKeymasterHi, enable the sharing and edit wp-content\themes\kleo\page-parts\posts-social-share.php and remove all other span elements after the span with kleo-love
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.