Forum Replies Created

Viewing 26 posts - 31 through 56 (of 56 total)
  • Author
    Posts
  • in reply to: cookie bar background color #1397656

    hey MIke, now its working fine!
    Thanks a lot!
    you can close this ticket now, if you want.
    best regards, Jelle

    in reply to: cookie bar background color #1397632

    Hi, thanks Mike
    unfortunately it does not seem to do anything

    /*cookie bar*/
    .avia-cookie-consent {
        background-color: #e0e7e8;
        color: #b45d15;
    }
    

    still a dark background….(ive cleaned the cache)
    https://jetcrone.nl/wp-content/uploads/2023/02/cookiebar.jpg

    ….

    best regards, jelle

    in reply to: cookie settings blurred #1397539

    Worked great mike!
    thanks, you may close this ticket
    best regards, jelle

    in reply to: row too high on mobile #1397425

    thanks mike, thats brilliant, didnt know this.
    you can close this ticket now.
    best regards, jelle vanhijfte

    in reply to: row too high on mobile #1395892

    Ok thank you Mike, this was ecactly what i needed to know.
    last question about font sizes on mobiles, i can figure it out myself i think.

    if you want, you can close this ticket
    best regards, jelle

    in reply to: row too high on mobile #1395307

    Hi Ismael,
    thank for your reply.

    imagine i want to change padding on the first section only at one certain page, for example the homepage. i can use your original solution

    .home div#av_section_1 .template-page.content.av-content-full.alpha.units {
        padding: 10px;
    }

    but what if i need to change one particular page, not the home page
    is it enough to just mention the title of the page, in the beginning of the code?
    So, there is this page called over-mij, i think this page would NOT need any padding for example , should the code be than:

    .over-mij div#av_section_1 .template-page.content.av-content-full.alpha.units {
        padding: 0px;
    }

    ?

    Can i just relate to it by mentioning the name of the page, or do i need an ID?

    and what if i want to have this code for all the pages on the website? just leave .home away in the code?

    ————————–

    for the fonts: in the settings one can change the fonts, in general, but is there a way to say:
    on my Desktop the font-size can be 18px for a title (H3 for example) but on a mobile it should be only 12 px?

    best regards, jelle

    • This reply was modified 1 year, 9 months ago by jeel147.
    • This reply was modified 1 year, 9 months ago by jeel147.
    • This reply was modified 1 year, 9 months ago by jeel147.
    • This reply was modified 1 year, 9 months ago by jeel147.
    • This reply was modified 1 year, 9 months ago by jeel147.
    • This reply was modified 1 year, 9 months ago by jeel147.
    • This reply was modified 1 year, 9 months ago by jeel147.
    • This reply was modified 1 year, 9 months ago by jeel147.
    • This reply was modified 1 year, 9 months ago by jeel147.
    in reply to: swap image for tablet #1395058

    Hi Mike,
    that was indeed the way to do it!
    brilliant, thanks!
    this ticket can be close as far as im concerned
    best regards, jelle

    in reply to: remove dutch captcha title #1395056

    hmmm, errors , not good
    anyway…thanks for your help Yigit…!
    its oke now, you can close this ticket
    best regards , jelle

    in reply to: remove dutch captcha title #1394955

    Hmmm, does not seem to work
    its still there…
    i remember that once i downloaded , adapted and than again uploaded some file.
    but if it can be done in an easier way, like in the backend settings, i’d prefer that
    best regards , jelle

    in reply to: remove navigations hooks left and right of page #1394954

    Thanks Yigit, that did the job! You may close this one.

    in reply to: change text color of a list #1394484

    Its oke now, thanks Mike, my mistake!
    You can close this one now!

    ps: i see i gave two responses, quite similar.
    that was when i checked again for make adjustments i did not see my former reply….
    dont know why.
    only today they both appeared on my screen

    • This reply was modified 1 year, 10 months ago by jeel147.
    in reply to: change text color of a list #1394437

    hello Yigit, its not oke yet im afraid
    the list is still orange
    but it shoud be grey, #b5aaa8 is a kind of grey

    /* kleur tekst in lijst*/
    .avia_textblock ul li {
    color: #b5aaa8!important;
    }
    

    i can see the list is still orange…at my pc…
    also after i ve cleaned cache
    and also at my mobile ,the same result

    • This reply was modified 1 year, 10 months ago by jeel147.
    in reply to: change text color of a list #1394431

    hello Yigit, its not oke yet im afraid
    the list is still orange
    but it shoud be grey, #b5aaa8 is a kind of grey

    /* kleur tekst in lijst*/
    .avia_textblock ul li {
    color: #b5aaa8!important;
    }
    

    i can see the list is still orange…at my pc…
    also after i ve cleaned cache
    and also at my mobile ,the same result

    its oke where i use the span things:

    but on the site where i tried the css code its not oke:

    best regards, jelle

    • This reply was modified 1 year, 10 months ago by jeel147.
    • This reply was modified 1 year, 10 months ago by jeel147.
    in reply to: change text color of a list #1394362

    Hi Ismail
    thank for the respons

    I removed the list style in the spans and pasted it in the quick css, but it does not do anything

    /* kleur tekst in lijst*/
    .avia_textblock ul li {
    color: #b5aaa8!important;
    }`

    do you see any reason?
    cant be overwritten by the settings in Enfold General Styling, can it?

    best regards, jelle vanhijfte

    • This reply was modified 1 year, 10 months ago by jeel147.
    in reply to: change text promo window #1393997

    Thank Yigit, you can close this ticket!

    in reply to: change table text color #1393995

    Hello, thats perfect, thanks, you can close this one!
    best regards, jelle

    in reply to: change table text color #1393910

    Hello Nikko, thanks , that worked well!
    i tried to change the border- color as well, but it does not do anything, even after clearing cache or adding !important
    code seems alright, or not?

    .main_color tr {
        color: #000000;
    background-color:#ebebeb;
    border-color: #ebebeb!important;
    }
    
    .main_color tr:nth-child(even) {
        color: #666666;
    background-color:#ebebeb;
    border-color: #ebebeb!important;
    }
    
    • This reply was modified 1 year, 10 months ago by jeel147.
    • This reply was modified 1 year, 10 months ago by jeel147.
    in reply to: captcha field not readable #1392801

    thanks Yigit, works perfectly! you can close this one

    in reply to: cant install enfold #1378898

    you can close this one, its alright now

    in reply to: cant install enfold #1378891

    can be due to the php version…(i migrating one site to another domain.(via All In One Wp Migration plugin)
    ill let you know if this is it, later

    in reply to: change color text in admin area #1378435

    you can skip/close this one, after i removed the inline #ffffff textcolors the text was visible agian in the admin area text elemant

    in reply to: menu item ony visible by mouse over #1378397

    you can close this one..after cleaning the History / Cache it was alight…

    in reply to: make header space adapt to logo #1376846

    Looks good Yigit, thanks!
    you can close this one
    best regards, jelle

    in reply to: make header space adapt to logo #1376670

    Hello
    ive migrated the site so we can start from scratch

    youll see on a desktop the logo is too small
    on a mobile its oke now

    how can i get the logo bigger?

    • This reply was modified 1 year, 11 months ago by jeel147.
    in reply to: make header space adapt to logo #1376556

    Hello
    here is the screenshot. As you can see the logo on this mobile phone is only showing half , but on a pc you can see the whole of it.

    best regards , jelle

    https://jmcwebdesign.nl/wp-content/uploads/2022/12/Screenshot_20221218-092121_Samsung-Internet.jpg

    in reply to: make header space adapt to logo #1376474
Viewing 26 posts - 31 through 56 (of 56 total)