Support

WA blog post title color

Last post 03-13-2008, 10:07 AM by Denys. 5 replies.
Sort Posts: Previous Next
  •  03-09-2008, 6:13 PM 5037

    WA blog post title color

    currently the WA blog post title's color is black. Can we change it to other colors to match the website? and How?
    Filed under:
  •  03-10-2008, 11:57 AM 5056 in reply to 5037

    Re: WA blog post title color

    Yes, you can.
    Go to Settings / Customize colors and styles / from the right hand side select blog page / from the left hand side select 'Web pages content'  and then H3 / change font color.


    Denys Zlobin
    Helpful Apricot
    http://www.wildapricot.com

  •  03-10-2008, 3:45 PM 5066 in reply to 5056

    Re: WA blog post title color

    hi Denys, I tried and H3 is for Blog title, not for post title. I also tried H4, it didn't change post title on the blog homepage, it only changed post title when you click "Read more".....I want to change both post title color, how can I do it?
    Filed under:
  •  03-10-2008, 3:59 PM 5067 in reply to 5066

    Re: WA blog post title color

    This requires CSS code editing in Advanced customization (CSS). Please note that CSS Customization requires professional knowledge of HTML and CSS.
    See: http://help.wildapricot.com/display/DOC/CSS+Customization
    and http://help.wildapricot.com/display/DOC/Using+Firefox+Firebug+Extension+for+Advanced+customization+%28CSS%29


    Denys Zlobin
    Helpful Apricot
    http://www.wildapricot.com

  •  03-10-2008, 7:00 PM 5074 in reply to 5067

    Re: WA blog post title color

    hi Denys, I noticed when I changed H3, all the functional page title color were changed too. Is it normal? Since if I can only change blog title color, I don't need to change post title color any more.

    can you check that for me?

    Filed under:
  •  03-13-2008, 10:07 AM 5174 in reply to 5074

    Re: WA blog post title color

    Yes, this is normal. 

    If you want to change blog page only you need to use the following CSS code:

    For single blog page:
    ------------------------------
    Blog title

    #idBlogContainer H3
    {
     color: your color;
    }


    Blog post list:
    -----------------------
    For page tite:

    #idBlogContainer H3
    {
     color: your color;
    }


    For post title background:

    .blogPostInList H4
    {
    background: #FF0000;
    }

    For post title text color:

    div#idBlogContainer a.blogEntryTitle:link,
    div#idBlogContainer a.blogEntryTitle:active,
    div#idBlogContainer a.blogEntryTitle:visited,
    div#idBlogContainer a.blogEntryTitle:hover
    {
    color: #CCCCCC;
    }

    Let me know if this helps


     



    Denys Zlobin
    Helpful Apricot
    http://www.wildapricot.com

View as RSS news feed in XML
Copyright © 2008. Wild Apricot (TM) by BonaSource Inc.
Terms of Use   Privacy Policy   Billing and Refund policy

Contact us: 144 Front Street West, Suite 725, Toronto, Ontario M5J 2L7, Toll-free phone: 1-877-270-4268, support@wildapricot.com
Click to verify BBB accreditation and to see a BBB report.