Home Forums Basel support forum 404 page

404 page

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

    cg
    Participant

    Hi,

    I have a 404.php on my child theme. I would like to replace the title text “404 Not found” with an image (see attachment). How can I do that? See info on the private box.

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #7783

    Artem Temos
    Keymaster

    Hello,

    Thank you for your question.

    Simply put an image tag instead of heading with 404. Here is a code for it

    <img src="path_to_image.jpg" />

    Kind Regards
    XTemos Studio

    #8020

    cg
    Participant

    Hi, couple of questions:

    1. When I add a VC – Text element, the “bullets” for unordered lists are showing ok. But, for some reason, the “bullets” are not showing when using the WP editor on your “Faq’s” tabs. See image attached.

    2. I added a slider/image on the “Sales” shop page. How do I remove the gap between the menu navigation and the image? (see attached).

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #8037

    Artem Temos
    Keymaster

    Hello,

    1. We will fix this in our next theme update. For now you can use this code snippet

    .vc_toggle_content ul {
      padding-left:20px;
    }
    
    .vc_toggle_content ul > li {
      position:relative;
    }
    
    .vc_toggle_content ul > li:before {
        content: "\f105";
        color: #000000 !important;
        opacity: .9;
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        left: -20px;
      color:red;
    }

    2. Simply add some negative margin for the first row with Visual Composer to compensate this margin.

    Regards

    #8046

    cg
    Participant

    Wonderful. Thanks!

    #8059

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘404 page’ is closed to new replies.