badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Replace text on featured post slides

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #19189
    info42
    Participant

    Hi,

    I like your theme very much! And I’m working to make a new webpage with it in a childtheme.

    I have a question about the place of the ‘featured post slide’ text: can I put the text a little more to the left? It’s because I like the size of my current theme (twenty eleven) very much (1000×288) and I also like it more in your theme, other than your size of 1400×460. But the text is a littlebit out of the image with 1000×288, so if I could just move it a little it would be great.

    Thanks in advance!

    #19217
    themehorse3
    Participant

    Hi to move the whole block edit the class “featured-text”:

    .featured-text {
    position: absolute;
    bottom: 55px;
    right: 30px;
    text-align: right;
    color: #FFF;
    }

    To move the title edit “featured-title”, to move content edit “featured-content”.

    .featured-title {
    font: 24px/30px “Philosopher”,sans-serif;
    padding: 10px 20px;
    background: none repeat scroll 0% 0% rgba(5, 169, 197, 0.9);
    float: right;
    max-width: 525px;
    }

    featured-content {
    padding: 20px;
    background: none repeat scroll 0% 0% rgba(85, 85, 85, 0.9);
    margin-top: 4px;
    float: right;
    clear: right;
    max-width: 355px;
    }

    #19228

    Thanks for helping us themehorse3

    Thank you!

    #19566
    info42
    Participant

    Thanks but where do I put the codes? In the stylesheet nothing happens when I paste your codes…

    I use a child theme

    Thanks again!

    #19628

    Hi,
    You may add this css inside custom css from theme options or you may also use this css inside child theme -> style.css

    Thank you!

    #19694
    info42
    Participant

    Nope noting happens. When I put it in style.css or in the css form theme options…

    #19722
    themehorse3
    Participant

    The CSS in the example is the default, of cause you have to make some changes in the css values to position the elements.
    If you place it in the theme options custom css field, it should over-right the default css.

    Greets,
    Dennis

    #19883
    info42
    Participant

    Yes that worked, thanks! I changed the right-px in featured text into 200px.

    #19949

    That’s great info42

    Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.