Dark theme – form lines too bright

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10036592
    simplyjessica
    Participant

    Screenshot

    Any way to make those lines less bright on the dark theme? THanks.


    #10036593
    simplyjessica
    Participant

    PS: They are automatically being applied between <div class="form-group row"> tags inside a a card.


    #10036606
    Support
    Keymaster

    Hello,

    First sorry for that issue.

    To fix please add this code in (css/custom.css):

    html.dark .form-group+.form-group {
        border-top: 0;
        padding-top: 0px
    }

    Please try that and let us know if you need further assistance.

    Kind Regards,

    Rodrigo.


    If you are satisfied with Porto Admin and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads


    #10036609
    simplyjessica
    Participant

    Hi there,

    Doesn’t seem to do anything:

    screen1

    screen 2

    The form is built up with multiple form-rows:

    <div class="form-group row">
    						<label class="col-md-6 control-label"><strong>Primary Contact on Site</strong></label>
    						<div class="col-md-6">
    							<input name="personOnSiteA" type="text" class="form-control" value="" />
    						</div>
    					</div>

    The white lines are between each form-group


    #10036618
    Support
    Keymaster

    Hello,

    I double check here and the code I sent seems to be working.

    Probably that’s a cache issue. Please try to clear your browser cache and see if the new changes appear.

    Kind Regards,

    Rodrigo.


    If you are satisfied with Porto Admin and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads


    #10036626
    simplyjessica
    Participant

    Yup, cache, works now, thanks so much Rodrigo!


Viewing 6 posts - 1 through 6 (of 6 total)

This topic is marked as "RESOLVED" and can not rceive new replies.