New Landing How can we help? Themeforest Theme Support Flexform Change style fillets

Viewing 15 posts - 1 through 15 (of 25 total)
  • Posted in: Flexform
  • #121689
    blaouchez
    Member
    Post count: 448

    Hello,

    I can’t change the style fillets of the sidebar

    My code

    .widget_categories ul, .widget_archive ul, .widget_nav_menu ul, .widget_recent_comments ul, .widget_meta ul, .widget_recent_entries ul, .widget_product_categories ul {
    	border-top-width: 1px;
    	border-right-width: 0px;
    	border-bottom-width: 1px;
    	border-left-width: 0px;
    	border-top-style: dotted;
    	border-right-style: none;
    	border-bottom-style: dotted;
    	border-left-style: none;
    	border-top-color: #004B98;
    	border-bottom-color: #004B98;
    }

    Regards

    #121693
    blaouchez
    Member
    Post count: 448
    #121815
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    What change do you want exactly for sidebar?
    Thanks
    Mohammad

    #121910
    blaouchez
    Member
    Post count: 448

    only fillets top and bottom

    Attachments:
    You must be logged in to view attached files.
    #121919
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    .sidebar.right-sidebar ul#menu-plus-sur-la-maa.menu li{border:none !important;}
    Thanks
    Mohammad

    #122013
    blaouchez
    Member
    Post count: 448

    it adds a frame

    Attachments:
    You must be logged in to view attached files.
    #122024
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Are you trying to remove the borders?

    – Kyle

    #122035
    blaouchez
    Member
    Post count: 448

    Yes

    and to possibly change

    #122192
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .widget_categories ul > li, .widget_archive ul > li, .widget_nav_menu ul > li, .widget_recent_comments ul > li, .widget_meta ul > li, .widget_recent_entries ul > li, .widget_product_categories ul > li {
      border: medium none;
    }
    .widget_categories ul, .widget_archive ul, .widget_nav_menu ul, .widget_recent_comments ul, .widget_meta ul, .widget_recent_entries ul, .widget_product_categories ul {
      border: none!important;
    }

    – Kyle

    #122245
    blaouchez
    Member
    Post count: 448

    it works, thank you

    And now, if I want to create a custom border (dotted) between headings, how?

    #122246
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    In the CSS above, instead of border:none; add border:1px dotted;

    – Kyle

    #122254
    blaouchez
    Member
    Post count: 448

    ok but there also has border on the sides

    Attachments:
    You must be logged in to view attached files.
    #122256
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Use border-bottom and border-top instead

    – Kyle

    #122262
    blaouchez
    Member
    Post count: 448

    It’s ok, it works

      but how to remove the border of the sections of Level 2?

    Attachments:
    You must be logged in to view attached files.
    #122264
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .widget_nav_menu ul.sub-menu li {
      border: none;
    }

    – Kyle

Viewing 15 posts - 1 through 15 (of 25 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register