Forum replies created

    Imran
    Spectator
    Posts: 402
    July 23, 2015 at 1:59 pm #19124

    You’re welcome! 🙂

    Imran
    Spectator
    Posts: 402
    July 23, 2015 at 1:30 pm #19121

    Hi Denver,

    You can achieve that by using the following code under your custom CSS:

    #wrapper #nav ul li ul li a:hover {
    color: rgb(127, 2, 127);
    }

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 23, 2015 at 12:42 pm #19119

    Hi Denver,

    Thanks for writing in, if you wish to get the menu start from right under the word “Lateral”, so you can try adding the following code under Appearance > Theme Options > custom CSS:

    .header-v5 #nav > ul {
    margin-left: 228px;
    }

    #nav ul > li > a {
    padding: 0 15px !important;
    }

    Hope this helps!

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 23, 2015 at 12:32 pm #19118

    You’re welcome! 🙂

    Imran
    Spectator
    Posts: 402
    July 22, 2015 at 5:28 pm #19104

    You’re welcome! 🙂

    Imran
    Spectator
    Posts: 402
    July 22, 2015 at 5:19 pm #19102

    You’re welcome! 🙂

    Imran
    Spectator
    Posts: 402
    July 22, 2015 at 5:18 pm #19101

    Hi there,

    Thanks for writing in, if you wish to disabled the read more button from the post slides, so please add the following code under Appearance > Theme Options > custom CSS:

    a.post-more {
    display: none;
    }

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 22, 2015 at 5:09 pm #19099

    You’re welcome! 🙂

    Imran
    Spectator
    Posts: 402
    July 22, 2015 at 5:01 pm #19095

    Hi Pako,

    Thanks for writing in, if you wish to disabled the page title form the contact form as well, so you can try adding the following code under Appearance > Theme Options > custom CSS:

    .page-template-contact .entry-title {
    display: none;
    }

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 22, 2015 at 4:38 pm #19092

    Hi Pako,

    Thanks for writing in,

    Firstly, about the descriptions, it seems that they can’t show inside of light box. However, to suppress the cut of around the facebook bubble, you can add the following code under Appearance > Theme Options > custom CSS:

    .pluginCountButton {
    padding: 0 !important;
    }

    In regard to, changing the color under the images young can use following code into your custom CSS:

    div.pp_default .pp_content, div.light_rounded .pp_content {
    background-color: #000;
    }

    Thanks.