This topic has 19 replies, 3 voices, and was last updated 9 years by Abe.

  • Author
  • #16419
     jazzydad
    Participant

    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.

    #16544
     SQadmin
    Keymaster

    Hi,

    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,
    Robert

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #16554
     jazzydad
    Participant
    This reply has been set as private.
    #16853
     Abe
    Keymaster

    Hi, 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.

    #18307
     jazzydad
    Participant
    This reply has been set as private.
    #18309
     Abe
    Keymaster

    You 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.

    #18312
     jazzydad
    Participant
    This reply has been set as private.
    #18315
     Abe
    Keymaster

    Ok, 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.php

    You 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 CSS

    COPY CODE
    
    h1.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.
    #18393
     jazzydad
    Participant
    This reply has been set as private.
    #18411
     Abe
    Keymaster

    This 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.

    #18442
     jazzydad
    Participant
    This reply has been set as private.
    #18622
     jazzydad
    Participant
    This reply has been set as private.
    #18666
     Abe
    Keymaster

    Hi, 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.
    #18741
     jazzydad
    Participant
    This reply has been set as private.
    #18746
     jazzydad
    Participant
    This reply has been set as private.
    #18747
     Abe
    Keymaster

    That 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.

    #18769
     jazzydad
    Participant
    This reply has been set as private.
    #18804
     jazzydad
    Participant
    This reply has been set as private.
    #18808
     jazzydad
    Participant
    This reply has been set as private.
    #18914
     Abe
    Keymaster

    Hi, 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.

Viewing 20 posts - 1 through 20 (of 20 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?