Home › Forums › ART WordPress Theme › image fixed posotion header
- This topic has 7 replies, 3 voices, and was last updated 3 years, 3 months ago by
oberlis.
-
AuthorPosts
-
October 23, 2022 at 7:18 pm #28483
Hey there,
i’d like to add an image (littel icon logo) to the top right corner of the website. it should stay fixed in size and position doesn’t matter which device.
how can i add this?thanks in advance!!
October 24, 2022 at 1:33 pm #28485Hi there,
Welcome to SeaTheme forum.Please give me more tips.
Is the image (littel icon logo) your main logo of you website? Is it clicked? Better paste your website URL, I need to know what your website header layout. Thanks.
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookFebruary 7, 2023 at 7:47 pm #28934This reply has been marked as private.February 7, 2023 at 7:53 pm #28935This reply has been marked as private.February 8, 2023 at 8:53 am #28939Hi,
Is your question adding a logo to this place (check screenshot)? If so, you can add an image element via JS codejQuery(document).ready(function() { var img = jQuery('<img>', { 'class': 'logo-img', 'src': 'https://house-of-lio.com/wp-content/uploads/2022/10/House-of-lio_site-icon__Zeichenflache-1-Kopie-27-1536x886.png' }); jQuery('#wrap-outer').append(img); });Please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
.logo-img { position: fixed; right: 80px; top: 40px; z-index: 99999; width: 60px; }ps:
– The logo cannot be displayed on a black background, as its colour is also black.
– If you need assistance, please leave your wp-admin access (URL / username/password) by picking up “Set as private reply”.
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookFebruary 8, 2023 at 5:27 pm #28946This reply has been marked as private.February 9, 2023 at 3:00 am #28947HIi,
Fixed. You can edit the position and size by the CSS(updated):.logo-img { position: fixed; right: 0px; top: 0px; z-index: 99999; width: 60px; } @media(max-width:768px){ .logo-img {width:40px;} }ps: I disabled the BM PageBuilder and BM Shortcode plugins, they are not necessary for ART v3.
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookFebruary 12, 2023 at 1:17 pm #28972thank you so much!
-
AuthorPosts
- You must be logged in to reply to this topic.
