Setup

Tagged: 

Viewing 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • #359864
    Hello Ada! I have already assigned the home as you indicated in the tutorial and it works as you told me ;) However, there is still a white line when I click on "view page" ... In elementor it looks good (in fact I have put a margin of -10), but when I leave the elementor view, the white line is still visible .. . Ps: On the other hand... Do you know if there is any problem with lightshot to share images? ... I've been having many problems with it for days and I can't share images with you ... :() Thank you so much for everything!
    #359962
    Ada
    Participant
    Dear user, okay :) please check your site now. I have fixed the white gap on home page. Yes, we are also facing problem with lightshot for many days . :| Till then you can use any other screenshot sharing tool like snipboard or you can share recording using screencast-o-matic.
    #360896
    Hello Ada! It finally looks good already. We are only having problems with two issues: - In "Customize", the menu font is not changed ... The ones we select do not apply - The black color of the header is not changed either ...
    #360963
    Ada
    Participant
    Hi, yes, I had added this css code in customize>>custom css that's why it was not changing.
    
    header.generic.fix.fixed {
      
        background: rgba(0,0,0,1.0) !important;
    }
    
    I have removed the code now you can change color from customize>>header styles . Menu font size is working from appearance>>customize>>header https://drive.google.com/file/d/1Y1WhPJJ9c7MLFIXlcx5NF0O-XGY6GyMp/view
    #361017
    Hello again, Ada! Thanks for your quick response. About the header background, yes, indeed we want it to be transparent ... but we want that when scrolling, the background of the menu could change to another color so that it can be seen well ... (see what's happening now: http://prnt.sc/152hvbq ) On the other hand, about the menu fonts. Indeed we change them in customize> header but the font is not applied correctly (yes the size) ... We want it to be "roboto condensed light" but actually the bold version is shown ... (see http: // prnt .sc / 152i0q7) Thank you very much in advance!
    #361099
    Ada
    Participant
    This reply has been marked as private.
    #361129
    Hello Ada! Now it's great! Thank you so much for your help! Just one more question and we close the ticket. I have configured the bottom footer so that the text appears centered (http://i.prnt.sc/0UBvxFWwRQGSuN2VAT25qg.jpg) ... but it appears like this (http://i.prnt.sc/fId2F-PeR7_TG927J0cYJQ.jpg) ... I don't know if it's an error or a configuration problem ... Could you help us, please?
    #361185
    Ada
    Participant
    Hi, The links are not working. https://prntscr.com/154cn89 But if you want the bottom footer content to be center then you can use this custom css
    
    #footerbottom .row{
        display:flex !important;
        flex-wrap:wrap !important;
    }
    #footerbottom .row div{
        max-width:100% !important;
        flex:0 0 100% !important;  
    }
    
    #361347
    Thank you very much for your help, Ada! Now its perfect! Closing ticket then! :)
    #361379
    Ada
    Participant
    Thank-you for your confirmation. :) Closing this topic.
Viewing 10 posts - 16 through 25 (of 25 total)
  • The topic ‘Setup’ is closed to new replies.