1- How can I disable the full width page view. I want to use a compact and bordered layout. All I can see is the full width page with white background all over the screen.
2- Besides I cannot see the background pattern and/or custom background colour. I set up the pattern and colour. I know background pattern and bg colour is somewhere overthere and it loads. But instantly it is covered by a white bg colour.
3- Is there an alternative to use menu icons without an obligation to download third party font awesome plug in?
4- My featured image width is smaller than the content area. I imported site content from other domain. Can I make it fit the content area automatically.
-
This topic was modified 7 years by
Demir.
Hi,
1-2. So you want to set a color or an image as a background, then your website will automatically change to the boxed version.
-> https://forum.tagdiv.com/background-introduction/
3. You can set icons/image that you have in media in your menu and style it , for example
-> https://www.screencast.com/t/2SJTKAiBI
-> https://www.screencast.com/t/oYI89l6jYYuM
-> https://www.screencast.com/t/8bgpwmK9qPQ
-> https://www.screencast.com/t/nvYKDeyB
-> https://www.screencast.com/t/WIKAnxWB3jE9
4. Please check our documentation for Thumbnails – Fix strange looking images on blocks -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Hope this will help you!
Thanks!
Thanks for your answer but my background problem still exists. Let me tell me what I have done.
I have set a bg pattern in Background section of the theme.
I have set a green bg colour in theme colours.
You can see the result in the link below:
https://www.english-learn-online.com/wp-content/uploads/image.png
As you noticed bg colour #fff opacity is set to half manually by css so that my green bg colour and my custom pattern can be seen. I think when I set bg image and colour the theme did not outomatically cleared the white background colour. That is why it overlays my bg pattern and custom bg colour.
Thanks for your answer but my background problem still exists. Let me tell me what I have done.
I have set a bg pattern in Background section of the theme.
I have set a green bg colour in theme colours.
You can see the result in the link below:
https://www.english-learn-online.com/wp-content/uploads/image.png
As you noticed bg colour #fff opacity is set to half manually by css so that my green bg colour and my custom pattern can be seen. I think when I set bg image and colour the theme did not outomatically cleared the white background colour. That is why it overlays my bg pattern and custom bg colour.
Hi,
Here are the set that I made without to set any opacity
-> https://www.screencast.com/t/diE8BZaXN
-> https://www.screencast.com/t/IWJc1auaMF
-> https://www.screencast.com/t/5ilitJEiBGtm
So the content of website will still be there, if you want to have a tarnsparent background you can edit the page/template with TagDiv Composer and set the background color on row to be transparent -> https://www.screencast.com/t/xEratGRasa
or you can set this custom css in Newspaper>theme panel>Custom code>Custom css
-> https://www.screencast.com/t/rLbUiRWQif
.td-container-wrap {
background-color: #ffffffdb;
}
Thank you!