Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1164778
Top Border Styled Boxes
Closed

Comments

  •  1
    harrybrowndesign started the conversation

    How can i set that border darker-grey line into my styled textbox? i have tried everything.

  •  432
    Sergio replied

    HI!

    pls. use following css:

    .border-box .gem-textbox-content{
        border-top:6px solid #000 !important;
    }

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •  1
    harrybrowndesign replied

    it doesn't work :( 

    My aim is to have the three diferent "flags"  with different border colors, so i added an extra class for each one, but i didn't work. Then i just copied the code you sent me, and it didn't work neither...

  •  432
    Sergio replied

    HI!

    pls. share the wp-admin access and the desired color of the borders,  I'll check

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •  432
    Sergio replied

    HI!

    Pls. accept my apologies for delay. I was out of office in few days.

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •   harrybrowndesign replied privately
  •  432
    Sergio replied

    Hi,

    I could not enter your site, but I'll explain what you need to do.

    1) You need to add a class for each column (screen 1006, 1007)

    2) pls. use following css:

    .br_style1 .gem-textbox-content{
        border-top:6px solid #00bbd6 !important;
    }
    .br_style2 .gem-textbox-content{
        border-top:6px solid #f8412e !important;
    }
    .br_style3 .gem-textbox-content{
        border-top:6px solid #584294 !important;
    }

     


    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.