Forum replies created

    Imran
    Spectator
    Posts: 402
    January 22, 2016 at 11:49 am #23740

    Hi Dominik,

    Thanks for writing in!

    is there a possibility to change only the color of the top header (the part of the header, in which the contact information and the social icons can be displayed)?

    Please add the following code under your custom CSS field:

    .header-v5 .header-social {
    background: #000000 !important;
    }

    Change the background color value as desired.

    Hope this helps!

    Thanks.

    Imran
    Spectator
    Posts: 402
    January 22, 2016 at 11:15 am #23738

    Hi Lee,

    Thanks for writing in!

    If you wish to achieve something like this: http://prntscr.com/9tajix and http://prntscr.com/9tamtq. Please add the following code under Appearance -> Customize -> Custom CSS:

    #social:after {
    content: "+94 703 51152";
    color: #000000;
    position: relative;
    top: 55px;
    left: 193px;
    font-size: 22px;
    }

    @media screen and (max-width: 767px) {
    #social:after {
    top: 13px;
    left: 0px;
    }
    }

    Change the contact number, font size and color into the values as desired.

    Hope this helps!

    Thanks.

    Imran
    Spectator
    Posts: 402
    January 22, 2016 at 10:50 am #23737

    Hi Christian,

    Thanks for writing in!

    Upon checking, it seems there’s no slider on this page: http://www.artistespourlapaix.org/?p=9271 (see: http://prntscr.com/9tafdj), would you mind confirming so that we can take a look and provide you with a possible solution.

    Thanks!

    Imran
    Spectator
    Posts: 402
    January 22, 2016 at 10:39 am #23736

    Hi Michael,

    glad that worked!

    Should I remove the previous code Denzel had me place in CSS for the frame re-sizing, or leave it and add this new coding?

    Yes, you can remove any extra codes that are repeating.

    Why do I need to add this custom code when there are clearly options within the theme design that should be making these changes. I am grateful for your help in getting it to display correctly, but I thought the theme options should be able to make those changes without adding custom CSS.

    Where you required a fix; we tried to help you to get over on that. Though, sometimes we provide the custom codes to assist.

    Thanks!

    Imran
    Spectator
    Posts: 402
    January 21, 2016 at 11:15 pm #23716

    Hi Michael,

    Thanks for writing in!

    On the posts slider, when the Fresh Eggs post displays the image frame is not complete.

    Any new post won’t get affected by image frame shrinking. Please add the following code under your Theme Options -> Custom CSS

    #slide_holder .featured-thumbnail img {
    max-height: 260px;
    }

    why am I not able to make changes to the size/color of image frames.

    By the following code you can set any background color to your image frame. Please add the following code instead the above in order to set a different background color:

    #slide_holder .featured-thumbnail img {
    max-height: 260px;
    background-color: #000000;
    }

    Hope this helps!

    Thanks.

    Imran
    Spectator
    Posts: 402
    January 21, 2016 at 10:56 pm #23714

    Hi Lee,

    Thanks for writing in!

    images are stretched. I’d like to fix that.

    Please add the code below to get along with the actual size of the images under your Theme Options -> Custom CSS

    .woocommerce ul.products li.product a img {
    width: auto !important;
    }

    In order to achieve something like this: http://prntscr.com/9t4gdp, then please use the following code instead:

    .woocommerce ul.products li.product a img {
    width: 55% !important;
    }

    Also, I’d like for the descriptions to show up under the books.

    Upon checking, it seems you haven’t added descriptions under the titles; please confirm.

    Thanks!

    Imran
    Spectator
    Posts: 402
    January 21, 2016 at 10:25 pm #23713

    Hi Lee,

    Thanks for writing in!

    main menu bar (I’m referring to the black bar with the navigation links) has a lighter black layer below it. I’d like to remove that.

    Please add the following code under your Theme Options -> Custom CSS

    .menu-back {
    background: transparent !important;
    }

    Hope this helps!

    Thanks.

    Imran
    Spectator
    Posts: 402
    January 21, 2016 at 10:14 pm #23712

    Hi Lee,

    Thanks for writing in!

    As far as making the font look better on the right side above it, the font should be a little larger.

    Please add the following code under your Theme Options -> Custom CSS

    .widget-title {
    font-size: 23px !important;
    margin-left: 18px;
    }

    If you wish to justify the ‘Popular Articles’ text (see: http://prntscr.com/9t3ux6); you can use the above code, otherwise remove the “margin-left: 18px;” from the provided code.

    Thanks!

    In reply to Bootstrap Slider
    Imran
    Spectator
    Posts: 402
    August 26, 2015 at 8:58 pm #20148

    Hi Paula,

    To break a line into two, you can use this tag: <br> into your text editor.

    Thanks.

    Imran
    Spectator
    Posts: 402
    August 26, 2015 at 7:49 pm #20146

    Hi Jan,

    Thanks for writing in! would you mind proving the link of your website so we can take a closer look into your setup. Meanwhile, you can try adding the following code under Appearance > Theme Options > Custom Css:

    body {
    background-attachment:fixed;
    }

    Thanks.