Cutline Theme Support Forums » Cutline Theme Support Forums

Various CSS?

(5 posts)
  • Started 4 years ago by AlanGNW
  • Latest reply from junedodge
  • This topic is not resolved

  1. AlanGNW
    Member

    Hi folks - had a flick through and see you seem a very helpful bunch. So I hope you don't mind me asking a few stupid questions - I'm relatively new to CSS. Almost where I want to be with it - apart from being unable to find some things in the style sheet.

    I'd like to indepedantly change the font size of the sunheading/slogan

    I'd like to do the same with the 'widget' titles eg - Caetgories

    I´d like to reduce the thicknes of the line above the widget titles

    I'd like to cahnge the visited colours (and others on the pages and the main links above the header graphic

    I'd like to change the look of the search box

    If anyone can point me in the right direction to find these things you'll save me hours of searching.... Thanks in advance for any help you can offer.

    Alan

    Posted 4 years ago #
  2. AlanGNW
    Member

    Sorry - I missed another one - how do I cange what menu items display above the header image?

    Posted 4 years ago #
  3. x sunheading/slogan - custom.css file
    x widget titles - custom.css file
    x line above widgets - custom.css file
    x visited colors - custom.css file
    0 search box - for background colors it would be custom.css file - but to get a really nice looking one I think have to get new plugin - I don't know - mine are ugly
    x change what menu items display above the header image - header file.

    For example - paste this in your custom.css file and see what happens!

    ------------ Do not include this part ----------paste below into custom.css ------------

    /* WIDGET TITLE and line above */
    .custom li.widget h2, li.linkcat h2 { color: #6b6b6b; font-weight: bold; font-size: 1.077em; text-transform: none; letter-spacing: normal; margin: 0 0 0 0; padding: 0 0 0 8px;
    border-top: 3px solid #FFFFFF; border-bottom: 1px solid #999999; border-top: 1px solid #999999; border-right: 1px solid #999999; border-left: 1px solid #999999; background: #336699; }

    /* LINKS - pick colors that go with what you want */
    .custom a { color: #6d5fb3; text-decoration: none; }
    .custom a:visited { color: #000000; text-decoration: none; }
    .custom a:hover { color: #6d5fb3; background-color: #cccccc; }

    /* Second line of masthead - changes all letters to uppercase*/
    .custom #masthead h3 { margin: 0 0 0.75em 0; font-weight: normal; font-size: 1.8em; text-transform: uppercase; color: #888; text-align: center; }

    ------------ Do not include this part ----------paste above into custom.css ------------

    For help changing the top navigation this entry might help:
    http://cutline.tubetorial.com/creating-archives-and-about-pages/

    I hope this helps.

    : )

    Posted 4 years ago #
  4. AlanGNW
    Member

    Thanks for that June - will give it a go now and see how I get on....

    One other question that's arisen is that I would like to remove the back and next tiles from the top of the page of an individual blog entry. Where it gives the page entry before and after the current in top left and top right? Where would I find this?

    Thanks

    Posted 4 years ago #
  5. Comment out all links to navigation - this gets rid of the Next and Previous links on single page views of posts - on sitemap - on archives

    In files: Single, Main index, search
    FIND all instances of
    <?php include (TEMPLATEPATH . '/navigation.php'); ?>

    REPLACE each with WITH
    <!-- START COMMENT OUT <?php include (TEMPLATEPATH . '/navigation.php'); ?> END COMMENT OUT -->

    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.