Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #551423

    Hi guys, i know this is not included into support, maybe you could do me this super favour anyway :( :) :) i am not so good with css, just trying to find the code with the firefox tool but than i dont know to which class add it so it looks the same :)

    this is the code i found on the original page: (please see link in private content)
    box_header::after {
        background: #42b3e5 none repeat scroll 0 0;
        bottom: 0;
        content: “”;
        display: block;
        height: 2px;
        margin-top: 10px;
        width: 50px;
    }

    i cannot add a screenshot here, basiclly i am trying to give the same look like this page (link i added)
    with header, even if possible with tabs, the blue line under the header.
    Maybe you can help me, thank you!!!

    #551534

    Hey juliaroder!

    The only blue line I saw was the blue box asking to accept cookies, is that what your talking about? It would help if you could take a screenshot highlighting exactly what your trying to do.

    Cheers!
    Elliott

    • This reply was modified 9 years ago by Elliott.
    #551637

    Hi Elliott
    I dont know how to attach a screenshot in this forum, it says IMG but give the option of url not a upload,
    i am talking about the styly of the font with the slight light blue line under the heading and smaller headings, also the style of the tabs where in this page its says: antes/despues, indicaciones, intervenciones…. the style of the tab system i was trying to copy.
    Maybe too complicated, sorry, i am new to all . Best wishes
    http://www.clinicaesteticamarbella.com/rinoplastia-primario-cirugia-estetica-nariz.html

    #552434

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_textblock h2:after {
        content: "";
        display: block;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: #42B3E5;
        margin-top: 10px;
    }

    Best regards,
    Yigit

    #552969

    thank you Yigit, excactly what i was looking for!!!!!!!!!!!!!!! best wishes and thanks again

    #553079

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘custom css’ is closed to new replies.