Home>Support>Background, body-font color, and non-clickable menu items

Background, body-font color, and non-clickable menu items

I’m making progress! www.clarityeditor.com

I think all four questions are quick (I’m the ultimate noob!):

1. On the home page, there is a gap in the whole-page background color. Why?
2. How do I change COLOR for body-text? In the Customize section (yay! Premium upgrade. DEFINITELY worth it!), I can change the font-type for body text (eg my first box: Articles, Books, Theses, Dissertations…), but not font COLOR. (with more experimentation, I see that I can change font, color, and size in Visual Editor widget, font and color in circle-icon headings, and font only in circle-icon body text. What’s up with that?)
3. Is it possible to make main-menu items non-clickable? That is, I would like to have the words ‘Services’ and ‘Work Samples’ appear on the menu, but require people to click on the subcategories.
4. Any an all feedback on anything is warmly welcomed!

Thanks!

Dave

URL: http://clarityeditor.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 6 months ago David Stuligross

    An etiquette question: Do you prefer that I have a different thread for each question? I lumped them together because I didn’t want to clog the space, but if it’s easier for y’all to address things one at a time, each in its own clear and concise thread, then I’ll shift to that approach :)

  2. 9 years, 6 months ago David Stuligross

    Good news! I figured out a work around to the background problem :) That leaves

    1. Font size and color for paragraph-text (Titles work fine)
    2. Menu issue: no perma-link for main-level menu items.
    3. An and all suggestions you might have.

    Thanks!

  3. 9 years, 6 months ago Daniel
    Hi, I Work Here

    Hi David Stuligross

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    This are the suggestion I suggest :)

    
    p.text {
        color:black!important;
    }
    
    #commentform .form-allowed-tags, #commentform .form-allowed-tags code, #commentform .comment-notes {
        color:black!important;
        font-size: 1.0em!important;
    
          }
    
    #commentform label {
     font-size: 1.5em!important;
    }
    
    .main-navigation ul li a {
    padding: 30px 35px !important;
    }
    

    For your other question I have attached for you a guide that will help you create a perfect drop down menu. Please have a look at it.

    Link : http://codex.wordpress.org/WordPress_Menu_User_Guide#Creating_Multi-level_Menus

    We also encourage one question per thread :)

    Try that out and let me know if you encounter any difficulties while at it.

    Cheers

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More