Home Forums Pro Themes Education Soul Pro remove white on background

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #171098
    sukron-jazuli
    Participant

    hello sir please help. why after I add the picture in the BACKGROUND of this website…there is white on the edges.

    please give a solution, what should I do to get rid of the white color.. because it bothers me a lot.. thank you sir

    some examples below:
    https://i.ibb.co/z4SZFhX/1.png
    https://i.ibb.co/njNJpfh/2.png

    thank you sir for your help.. we are waiting

    #171101
    Psink
    Keymaster

    Hello sukron,

    Please add this CSS in the Additional CSS

    
    .sidebar .widget,
    #primary article.hentry {
        box-shadow: none;
    }
    

    Have a good day

    #171160
    sukron-jazuli
    Participant

    I think, after I remove the white color on the background. turns out all the colors are black… the lines are gone.. πŸ™

    here are the results: https://i.ibb.co/fx2pV0m/Capture.png

    #171161
    sukron-jazuli
    Participant

    thanks for the answer sir,

    sorry is there a way to change the color.. for example blue color: color code : #1e73be
    from white.. I want to change to blue.. example of blue in the code above

    #171162
    sukron-jazuli
    Participant

    or maybe another solution, I want the white color not to be too wide.. I hope the white color can appear only in the corners, with a thin color condition..

    sample results after I edit : i want this πŸ‘‰πŸ» : https://i.ibb.co/gtP6Vf6/3.png πŸ™

    this is my result, after using DARKMODE πŸ‘†πŸ»

    #171173
    Psink
    Keymaster

    So you want a white border for widgets and primary container.

    Can you please save your changes and let us know what extra changes you want? We will provide you necessary CSS to make changes on the site

    #171175
    sukron-jazuli
    Participant

    i want the result like this sir: https://i.ibb.co/gtP6Vf6/3.png
    Is it possible to design like that?
    at that link πŸ‘†πŸ» I only edit photos 😁

    display when using darkmode (default) https://i.ibb.co/cgMcyj7/4.png but, i dont want this.
    πŸ™

    #171177
    Psink
    Keymaster

    Yes, it is possible to do. Please make your changes on the site and publish the changes. Then we will check and provide you necessary CSS to make the design you have mentioned

    And please share your site URL once you made a changes

    #171178
    sukron-jazuli
    Participant

    this is my site sir: rekam-medis.id

    please press darkmode, on the gear icon menu

    #171202
    Psink
    Keymaster

    Hello,

    Please add this CSS in Additional CSS

    For the border primary and sidebar container

    
    .nm_active .sidebar .widget,
    .nm_active #primary article.hentry {
        box-shadow: none;
        border: 1px solid #fff !important;
    }
    

    For footer subscribe btn

    
    .nm_active .tnp-widget-minimal .tnp-submit{
        background-color: #131d4d !important;
    }
    

    Note: This CSS only works for dark mode
    Please change the color code as per your requirement

    After adding CSS your site looks something like this
    https://www.awesomescreenshot.com/video/6060156?key=f2aeffb007798d098deb0e6e5830530b

    #171209
    sukron-jazuli
    Participant

    thank you sir, you helped perfectly 😁

    I recommend this template to others, amazing

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.