hello,
i have intalled the demo “fashion” but i want the same header thna the demo “car” with a big image. i dont’t found the possibility of this. The image of logo “car” is largest tha 500 préconised for head styl 9,10,11.
Escuse my poor english !
please help !arge
Hi,
You can upload the logo image you want to use in Theme panel->Header->Logo – https://www.screencast.com/t/UQh93W8pj0
Result – https://www.screencast.com/t/klr1hL2YS4
Also if you use a background color or image the site will switch to the boxed version and look like this – https://www.screencast.com/t/mCKDEK1ME0bD
Thanks
Thank you but it does not work.
My picture is great from 1920 by 580px and put on style 10 as shown it is 300 on 91 px only
look at here
http://www.unjourmonprinceviagra.fr/
i want to place a big image on the header
thank
When i try to pace in custom css :
.td-header-style-10 .td-header-sp-logo img {
width: 1920px;
}
My photo appears but it is blurred
While it is good quality at the beginning 1920x580px)
like this :
http://www.unjourmonprinceviagra.fr/wp-content/uploads/2017/01/Capture3.png
Hi,
You must create an image logo with the size you want in mind and upload it as shown, in the logo section. The logo size in the car demo is originally 1920x580px – https://www.screencast.com/t/3ACC4b5GMW and is displayed in it’s native size.
If you use that css code you are just stretching the 300x91px current logo to 1920px – https://www.screencast.com/t/WRyFiIJH hence the blur on the image.
Thanks
Hi,
You do not have to change the demo. What I am saying is that header style 10 does not have a limit for the logo size. The logo will show as big as you upload it, also make sure you use the full size and not a thumbnail of your logo – https://www.screencast.com/t/xnScsdBx
Your site using the car logo – https://www.screencast.com/t/MOEverOxdg6
Thanks you but it does not work.
My image is not small. Look at here :
http://www.unjourmonprinceviagra.fr/wp-content/uploads/2017/01/prince-logo-large.jpg
But in my header it’s too small
i don’t understand !
Hi,
As I can see you already have a background image on your site. The theme has the posibility of setting a general background image or color – https://forum.tagdiv.com/background-introduction/ and a per category background – https://www.screencast.com/t/oYo4JqrI
Thanks
Hello
Thank you for your answer but I want everything in white to be in beige(# fffdf9)
Thank a lot for your answer and your help
http://www.unjourmonprinceviagra.fr/wp-content/uploads/2017/01/Capture1.png
http://www.unjourmonprinceviagra.fr/wp-content/uploads/2017/01/Capture2.png
http://www.unjourmonprinceviagra.fr/wp-content/uploads/2017/01/Capture3.png
Hi,
You can try this code, it should cover most of the elements on your pages with the background you selected and you can add more if you want to, just enter it in Theme panel->Custom Css
.td-main-content-wrap, .td_block_wrap, .vc_row, .wpb_raw_html, .post, .td-post-title, .td-module-meta-holder, .td-more-articles-box, .td-category-grid, .td-category-header {
background-color: #fffdf9!important;
}
Thanks