Forum Replies Created

  • In reply to: How to change post title size

    #13759

    Well, I simply dont understand Your questions, when I look at the site ๐Ÿ™‚

    If You mean the text in slider, try this:

    .entry-content, .entry-content p, .slider_post_entry p, .entry-content ul, .entry-content ol, .comment-entry ol {
    color: #2C2B2B;
    font: 18px arial;
    }

    Kim

    In reply to: Problem with Author Profile Image URL

    #13400

    Sorry ๐Ÿ™‚

    Whats wrong with Gravatar: http://en.gravatar.com/

    Kim

    In reply to: How remove border images in slider

    #13829

    Hi

    Do You mean like this CSS:

    .sliderpost_featured_image img {
    box-shadow: none;
    }

    Kim

    In reply to: How do i change blue colours in Graphene theme?

    #13788

    And before You get lost: .block-button in two states ๐Ÿ™‚

    .block-button, .block-button:visited {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border: 0px solid #CCCCCC;
    display:block;
    font:bold 12px arial;
    text-decoration:none;
    padding:5px 15px 6px 15px;
    color:#FFFFFF;
    text-shadow:0 -1px 1px #000000;
    margin-top:10px;
    position:relative;
    float:right;
    -moz-box-shadow: 0 0 0px #333333;
    -webkit-box-shadow:0 0 0px #333333;
    box-shadow:0 0 0px #333333;
    background:#8f0222;
    background: -moz-linear-gradient(#8f0222, #6d0019) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#8f0222), to(#6d0019));
    background:linear-gradient(#8f0222, #6d0019);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f0222', endColorstr='#6d0019'); /* for IE */
    -pie-background: linear-gradient(#8f0222, #6d0019);
    }

    .block-button:hover{
    text-decoration:none;
    color:#FFFFFF;
    cursor:pointer;
    background:#6d0019;
    background:-moz-linear-gradient(#6d0019, #8f0222);
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#6d0019), to(#8f0222));
    background:linear-gradient(#6d0019, #6d0019);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d0019', endColorstr='#6d0019'); /* for IE */
    -pie-background: linear-gradient(#6d0019, #8f0222);
    }

    Kim

    In reply to: How do i change blue colours in Graphene theme?

    #13787

    Here is another change: h1.page-title (Bar – when You click: 2010-2011 NBA Season)

    h1.page-title {
    -pie-background: linear-gradient(#8f0222, #6d0019);
    background: #6d0019;
    background: linear-gradient(#8f0222, #6d0019);
    background: -moz-linear-gradient(#8f0222, #6d0019) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8f0222), to(#6d0019));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f0222', endColorstr='#6d0019'); /* for IE8 */
    text-shadow: 0 -1px 0 #000000;
    -moz-border-radius: 0 5px 0 0;
    }

    Kim

    In reply to: How do i change blue colours in Graphene theme?

    #13786

    Okay.

    You can find elements like .sidebar h3 with Firebug add-in for say Firefox ๐Ÿ™‚

    Try look at my middle feature we call slider. I think this slider setup have to

    look nice om Your site?

    Kim

    In reply to: Gap above nav, below header

    #13756

    You need to supply link/Url to the site.

    But this is Graphene #nav CSS. Look at border-top

    #nav {
    background: url("images/sprite_h.png") repeat-x scroll left top gray;
    border-bottom: 3px solid #FFFFFF;
    border-top: 1px solid #333333;
    height: 46px;
    padding-top: 12px;
    position: relative;
    width: 100%;
    z-index: 100;
    }

    Kim

    In reply to: home page display to imitate pagination page display

    #13775

    Try remove #content code stuff from style.css

    Then again, try post your style.css here & please remember

    to put the code between backtick when you post code here ๐Ÿ™‚

    Kim

    In reply to: Re: Where did my search go?

    #13778

    Link/URL ? ..nope

    Have You read the first post here carefully:

    Kim

    In reply to: How do i change blue colours in Graphene theme?

    #13783

    Hi Aj

    Ive give it at try. Lets take .sidebar h3 elements first ๐Ÿ™‚

    If You already have this element & lines i Custom CSS, remove them.

    Put these CSS lines in Custom CSS, the red color codes You might have to reselect “from/to” with this CSS color link: http://www.color-hex.com/color/6d0019

    .sidebar h3 {
    -pie-background: linear-gradient(#8f0222, #6d0019);
    background: #8f0222;
    background: linear-gradient(#8f0222, #6d0019);
    background: -moz-linear-gradient(#8f0222, #6d0019) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8f0222), to(#6d0019));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f0222', endColorstr='#6d0019'); /* for IE */
    text-shadow: 0 -1px 0 #000000;
    }

    Also when You can please read this first post carefully:

    https://forum.graphene-theme.com/topic/how-to-modify-the-theme-using-a-child-theme

    Kim

Viewing 10 posts - 401 through 410 (of 666 total)