Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #737426

    I am trying to have elements only show up on desktop and mobile and I am having trouble. I did research and followed the instructions.

    First I checked my functions.php. for;

    add_theme_support(‘avia_template_builder_custom_css’);

    It was already there.

    So I went to add Custom CSS and added;

    /*Show only in mobile or desktop*/

    @media only screen and (min-width: 769px) {
    .only_mobile { display: none !important; }}

    @media only screen and (max-width: 768px) {
    .only_desktop { display: none !important; }}

    I still cant figure out who to add the custom class to the element.. The screenshot that you have on this URL is different for me.

    I am not seeing the custom CSS box in the elements.

    #737563

    Hey NetOne360,

    Login details are not working, could you check and verify please?

    Best regards,
    Rikard

    #737719

    I typed it backwards: changed password. try below

    username is : Admin

    Pass: GLO7Qn4hZDPvSxmLTMF0b%i^

    #737725

    Hi!

    Can you please switch user role to administrator? :)

    Cheers!
    Yigit

    #737735

    my apologies. Done..

    #737737

    Hey!

    Code was commented out in functions.php file. I removed the comment. Please review your website now

    Regards,
    Yigit

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