New Landing How can we help? Themeforest Theme Support Dante Customize Page-Navigation Bar

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Dante
  • #88605
    E_K
    Member
    Post count: 199

    Hello,

    Is there any chance to edit page-navigation bar on the right?

    Such as color of inside dots, perhaps shape or align.

    Thanks.

    #88608
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes you can edit the CSS of the bar, if you tell me what you would like to change I will provide you with the custom css

    – Kyle

    #88613
    E_K
    Member
    Post count: 199

    Hi Kyle,

    Well, color and size of the inside dot and hover.

    Perhaps, border to bar to make it more visible on white background.

    Thanks.

    #88618
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    #one-page-nav li i {
      height: 8px; /* height of circle */
      width: 8px; /* width of circle */
      border: 2px solid #fff; /* border color of circle, should match the background of the bar */
    }
    #one-page-nav li.selected a > i {
      background: none repeat scroll 0 0 #222; /* active section circle color */
    }
    #one-page-nav li a:hover > i {
      background: none repeat scroll 0 0 #222; /* color of circle on hover */
      border-color: #222; /* color of border, should match color above, this makes the circle look like it has increased in size */
    }

    Hope I made that clear enough for you! Let me now if you have any problems

    – Kyle

    #88619
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    #one-page-nav li i {
      height: 8px; /* height of circle */
      width: 8px; /* width of circle */
      border: 2px solid #fff; /* border color of circle, should match the background of the bar */
    }
    #one-page-nav li.selected a > i {
      background: none repeat scroll 0 0 #222; /* active section circle color */
    }
    #one-page-nav li a:hover > i {
      background: none repeat scroll 0 0 #222; /* color of circle on hover */
      border-color: #222; /* color of border, should match color above, this makes the circle look like it has increased in size */
    }

    Hope I made that clear enough for you! Let me now if you have any problems

    – Kyle

    #88632
    E_K
    Member
    Post count: 199

    Thanks Kyle.

    Amazing effort again.

    #88634
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Great! Thanks Kyle.

Viewing 7 posts - 1 through 7 (of 7 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