Viewing 14 replies - 1 through 14 (of 14 total)
  • Hello

    Go to Enigma theme folder. Open header.php file and go to line no. 53.See the code

    <ul class="social">
     <?php if($wl_theme_options['fb_link']!='') { ?>

    Replace it with the below code –

     <ul class="social">
     <a href="#" class="head-btn" target="_blank">Click Me!</a>
     <?php if($wl_theme_options['fb_link']!='') { ?>

    Go to dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste code in Custom CSS box and save.

    a.head-btn {
        background-color: blue;
        color: #fff;
        padding: 10px;
    }

    Thanks

    Thread Starter onlylovebx

    (@onlylovebx)

    THank for Support, works perfectly
    but I would like shadow this button like icon social, please

    ex

    • This reply was modified 9 years, 2 months ago by onlylovebx.

    Hello

    Go to dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste code in Custom CSS box and save.

    a.head-btn {
       box-shadow:0px 0px 4px 2px #ccc;
    }

    Thanks

    Thread Starter onlylovebx

    (@onlylovebx)

    I would like shadow only the BOTTOM not RIGHT, LEFT AND TOP, thank You so much, like icon social

    fx

    Thread Starter onlylovebx

    (@onlylovebx)

    when I use code

    .enigma_header_breadcrum_title
    {
    display: none !important;
    }

    .enigma_cats
    {
    display: none !important;
    }

    Post and menu Stick together, Looking for help from you, thanks

    Hello

    Go to dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste code in Custom CSS box and save.

    a.head-btn {
       box-shadow:0px 2px;
    }

    Thanks

    Thread Starter onlylovebx

    (@onlylovebx)

    when I use code (from this forums Enigma)

    .enigma_header_breadcrum_title
    {
    display: none !important;
    }

    .enigma_cats
    {
    display: none !important;
    }

    Post and menu Stick together, Looking for help from you, thanks

    Hello,

    What you exactly want. Let us know clearly.

    Thanks.

    Thread Starter onlylovebx

    (@onlylovebx)

    resize
    how to increase distance between menu and post, thank

    and image (post) not zoom when I hover, thanks

    Hello,

    Use the below code in Custom CSS box and save –

    .navigation_menu {
        margin-bottom: 50px;
    }

    You can change the value of margin-bottom as per your requirement.

    Thanks.

    Thread Starter onlylovebx

    (@onlylovebx)

    when I use iphone access website, slider not show “READ MORE”, and how to remove line between phone number and icon social, please help
    ip

    • This reply was modified 9 years, 2 months ago by onlylovebx.
    • This reply was modified 9 years, 2 months ago by onlylovebx.

    Hello

    Please Update your Theme With the Latest version 2.8.5

    Thanks

    Thread Starter onlylovebx

    (@onlylovebx)

    Update Failed: Internal Server Error

    Hello,

    Firstly Create Child Theme from the Link https://codex.ww.wp.xz.cn/Child_Themes

    Use this code in Custom CSS box and save –

    @media only screen and (max-width: 480px) and (min-width: 200px){
    .carousel-text .enigma_blog_read_btn {
        display: inline-block;
    }
    }
    @media (max-width: 480px){
    .header_section .hd-img {
        display: none;
    }
    }

    You can download theme from ww.wp.xz.cn.

    Thanks.

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘How to create buttom’ is closed to new replies.