Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #369868

    Hi Enfold,

    Could i insert a small img on the left of Page Title?

    img

    thanks

    • This topic was modified 9 years, 11 months ago by ex0rcist88.
    #369869

    Oh one more thing,

    How do i add top and bottom border to the Page Title container?
    Opacity to the Page title container?

    Thanks

    • This reply was modified 9 years, 11 months ago by ex0rcist88.
    #370011

    Hey!

    Can you post the link to your website please?

    Cheers!
    Yigit

    #370979
    This reply has been marked as private.
    #371173

    Hi!

    Try with this code in Quick CSS:

    .title_container .main-title:before {
        content: url(https://avia.wp/enfold/wp-content/themes/enfold/images/layout/logo.png);
    }
    .title_container{
        border-bottom: 1px solid gray;
    }

    Also, you forgot the actual link to the site in your last message.

    Cheers!
    Josue

    #371432
    This reply has been marked as private.
    #371653

    Hi!

    Please add following code to Quick CSS

    .title_container .main-title a {
    text-decoration: none;
    bottom: 20px;
    position: relative;
    }

    plus you have following code in Quick CSS

    .title_container {
    background-color: #f7f7f7 !important;
    }

    please change it to following to make background of container transparent

    .title_container {
    background-color: transparent !important;
    }

    Cheers!
    Yigit

    #374434

    Hi Yingit,

    Happy New 2015!

    This CSS doesn’t work.

    .title_container {
    background-color: transparent !important;
    }

    The centralize text to image worked though. Any other suggestions?

    PS. I have temporary turned off the Page Titles as the site is now live. thanks.

    #374583

    Hey!

    I checked the site but the title container is missing. Please enable it again. Yigit’s code should work:

    .stretch_full.container_wrap.title_container {
    background-color: transparent !important;
    }

    Regards,
    Ismael

    #378112

    Hi Ismael,

    That code doesn’t work. I have hidden the title for now as the site is live, if you wish to access my site, feel free to do so.

    img

    #378411

    Hey!

    Please add following code to Quick CSS as well

    #main, .avia-msie-8 .av_header_sticky_disabled#header {
    background-color: transparent;
    }

    Best regards,
    Yigit

    #378424

    Hi,

    Still not working. It is a white block now, but not transparent.

    Appreciate your efforts.

    img

    • This reply was modified 9 years, 10 months ago by ex0rcist88.
    #378430

    Hey!

    Please add following code to Quick CSS as well

    #main, .avia-msie-8 .av_header_sticky_disabled#header {
    background-color: transparent;
    background-image: url(https://thewritecorner.sg/wp-content/uploads/2014/12/background1.jpg);
    }
    .main_color { background: transparent !important; }

    Regards,
    Yigit

    #378443

    Hi Yigit,

    That worked but I now have a visible white border around the header. On the left and right of each individual header as well as the bottom

    img

    • This reply was modified 9 years, 10 months ago by ex0rcist88.
    #378446

    Hi!

    Please add following code

    div#header_main {
    border: none;
    }

    Best regards,
    Yigit

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