Unfortunately there is no such list at the moment, we will try to add more documentation in the future for this and other elements. Basically part of the settings from the Layout, Style and CSS tabs can be customized by viewport.
Only the flex block has a setting for the category tag color, other block do not have such an option at the moment. It could be added later. The category tags in all the other blocks is a default color
– https://www.screencast.com/t/aI6Tx9uNhK
While the hover color will be the theme accent color or block title text color if set. You could only chnage the color of them with CSS if needed
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
That would depend on where exactly you want to display that image, for what elements. The demo uses block header template 6 for the blocks
– https://demo.tagdiv.com/newspaper/block-header-6/
Then the background image is applied and some additional customization. You can use the browser inspector to create the necessary custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
I will try to help you, mention for which elements you want to make this customization.
Thanks
Hi,
You can use media queries such as those, there is also an Advanced CSS section in the theme panel where there is no need for them. They will be added automatically, you can enter code normally in them and it will apply for those specific widths
– https://www.screencast.com/t/KHe2bnNMHsgg
There is a guide about the browser inspector tool you could read
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
This tool is very useful to make various modifications around the website when there are no specific settings for them.
For example the breadcrumbs have a margin between them and the post categories
– https://www.screencast.com/t/dRGUU9ySgR
That could be remove like this
– https://www.screencast.com/t/PPm7mA7nsS
The inspector is a very powerful tool that can be used in this matter.
Thanks
I have set the same font family for the post content, a similar character looks like this for me with Verdana font
– https://www.screencast.com/t/tzadoSXN
So the verdana font would support latin characters such as these. Check with the browser inspector and see what font is loaded exactly.
Hi,
From what I can see that is achieved by setting custom classes to the logo, then using a custom code
– https://www.screencast.com/t/zZzdZmX88
Basically that is an image, there are many effects that can be set for images, some examples here
– https://codepen.io/nxworld/pen/ZYNOBZ
You could try to make something similar if you want, for your website. Use the browser inspector tool to identify the theme elements and create custom code
– http://www.talkchelsea.net/
Thanks
You can use the browser inspector to identify those font parameters. For example the post title has this font family and font properties
– https://www.screencast.com/t/mXIVMXRnqeY
The browser inspector is a very useful tool
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
That is how the sticky menu is designed to appear, the goal would be to make the menu not so intrusive. You can choose not to use it, the setting is optional.
If you want to make modifications to it use the browser inspector to help you create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Search the forum for similar topics like this one
– https://forum.tagdiv.com/topic/sticky-menu/
I don’t think there are any plans to make modifications to this setting at the moment, as far as I know.
Thank you!
Glad you could solve the issue.
1. The black demo is custom made, by theme options it is not possible to achieve that design. It contains custom CSS in it’s stylesheet
– https://www.screencast.com/t/DTn5qT5f
It colors most of the theme elements with custom CSS code as seen in the stylesheet. You could use that for inspiration if you want to create something similar. Together with the browser inspector tool
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
I will try to help you further if you could mention what exactly you want to do, and where in the website.
2. The theme general width cannot be changed, it is predefined. It is not recommended to make any modifications to it, as this will most likely cause layout issues.
All the blocks and grids depend on this fixed width, their design will be damaged if it is modified.
There are row options in the composer to stretch them to predefined widths or full widths
– https://www.screencast.com/t/RlJHQWPbpFHU
Also there are full big grids, which are always full width
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
Header and footer can also be stretched as you mention
– https://www.screencast.com/t/eDLhcqO6
But a general width setting for all the website pages is not available at the moment.
If you could provide a link to your website we will inspect the sharing issue.
Hi,
You can set colors for various elements as creating the post
– https://www.screencast.com/t/93yraB6qF
But for all posts at once you could try that with CSS, that would be the only way of achieving something like that. For example a code like this will set a color for the paragraphs and all headings in the post content belonging to a specific category
– https://www.screencast.com/t/nDjjeNRa
The browser inspector can help you identify the elements needed and create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hello,
You can only see the code by using the browser inspector. The simpler way is to use font awesome if you do not have coding skills. Please use the guide I provided in my first reply as the icons on the craft ideas do not have any list for them to be used freely. They were added as examples of what can be made with icons in menus but the default implementation was still intended to be font awesome.
Thank you!
Hello EUCMH,
If you want to change that custom code you should create it yourself based on our useful guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
Hello sasquatters,
Notice that I have given you a hint in this case but then, you should do it yourself because we cannot provide support for additional customizations-custom work. We have a useful guide here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ Using this tool you should create your own Custom CSS code. Clear all the caches and check the results.
So, if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
When a background image or color is set the website will always be boxed. Unless you set background colors/images/videos when building the pages, either for the row (only rows support video) or elements in the page.
There is a padding top set by the theme, that is the space you are referring to. It is part of the content wrap, you could change the color of the wrap if needed (default is white)
– https://www.screencast.com/t/NommiKjoSgg
The black demo has similar custom design
– https://demo.tagdiv.com/newspaper_black/
Use the browser inspector to make various customization of the website elements, it is a very powerful tool
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hi,
That could be done with some CSS code. The tags have a default padding, that could be enlarged if you want to, like this where it is doubled
– https://www.screencast.com/t/nFwxOhSlyAXg
.td-post-category {
padding: 6px 12px 8px;
}
There is also a setting for the font of the tags in the theme panel, if you want to change the font or font properties (default font size is 10px)
– https://www.screencast.com/t/wYyt5ixnk0j
That code will affect all the category tags, it could be made more precise if needed.
The browser inspector is a very powerful tool and very helpful in this kind of situations
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hello,
I guess that you are referring to the box-shadow effect. Sorry, the theme does not have this option but you can add it via such a custom code for the main wrapper using the CSS code. Check the code from here -> https://www.cssmatic.com/box-shadow and also, for more information about how you can create the custom CSS code, please check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks.
Hi,
The titles will be white, that is specially for the black demo. Since the code you are using is general, use another general code for the article titles
– https://www.screencast.com/t/YxZ5pwpU3
This is the code used in the example
.td-black h3>a {
color: #000;
}
The browser inspector tool is very useful to identify the classes and elements used in the page and allow you to create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Maybe there is a problem loading the theme internal font (CORS issue), check in the browser inspector console. These would be some similar topics
– https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
– https://forum.tagdiv.com/topic/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co/
Hello,
Yes, your code will affect all smart lists 4.
If you want to target a specific post, you have to use the post id as the first class in your selectors. Use the browser inspector to get the post id: https://www.screencast.com/t/a8qrC9Fn
For my post I would use
.postid-1016 .td_smart_list_4 .td-sml-current-item-nr{
display:none
}
Thanks.
Hi,
That would be possible but not with a theme option. For the header and top bar background there is no setting to set a gradient, only color. So you could set the gradient with CSS
– https://www.screencast.com/t/C83zkEccwk
– https://www.w3schools.com/css/css3_gradients.asp
Use the browser inspector tool to create custom code, this is a guide
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you need help please provide a link to your website and details about the customization you want to do, and I will try to give you a solution.
Thanks
Hi,
Please send us an email at contact@tagdiv.com and provide admin login information. We will take a look at the issue. Also include a link to this topic in the email.
In some cases the server was denying the theme admin-ajax request, you could check with the browser inspector if there are any errors in the console while trying to save settings
– https://www.screencast.com/t/ajGmisv5TdgZ
– https://forum.tagdiv.com/topic/cant-save-theme-options-2/
Thank you!
Hi,
You can use the browser inspector tool to help you make various customization throughout the website. It is a very powerful tool
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example a code like this to make all the socials the same color, like you mention
– https://www.screencast.com/t/COC2YsP3CGo
.td-post-sharing .td-social-sharing-button .td-social-but-icon {
background-color: grey;
}
Like this for the pagination – https://www.screencast.com/t/CmByLOhZSy1
.page-nav a, .page-nav span {
border-radius: 50%;
}
Featured images or videos can only be set like this
– https://forum.tagdiv.com/featured-image-or-video/
There could be plugins that may offer the option to automatically set featured images, but we have not tested any.
Those images are part of a gallery, check the gallery settings to see what options it has. Create it as you like.
I could give you a code for that if possible but I will need more details. Provide a link to your website and details or screenshots of the padding you want to reduce, for a more accurate solution.
Or try creating a code with the browser inspector, this is a guide
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Note there are sections in the theme panel, called Advanced CSS code. There you can enter code to affect certain devices (widths) only.
You have to enter the code you want between the accolades and it will apply to the mobile grid. The code as it is does nothing. You mentioned you want to customize the article titles of the mobile grid, that code will do that. Enter your customization as mentioned between the accolades and then in the custom CSS section.
This is a guide presenting the browser inspector tool
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you would mention what modifications you want to make to the titles, I will try to help you.
Hello visionauto,
You should check the logo section with your inspector browser and try to add your own code for this. -> https://www.screencast.com/t/wfbkaTOZG Notice that we do not recommend to do this because you can easily break the theme layout. You can check our header styles list because there we have a lot of models.
Thanks for your understanding!
Hi,
There are some options to customize the icons colors (in top bar and also footer)
– https://www.screencast.com/t/qbhFx6lyAEQ
– https://www.screencast.com/t/kWWxrAbNIGv
Other than these there are no more options for the social icons customization. You could make further customization with the browser inspector if this is required for you
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you could mention what exactly you want to do we will try to give you some pointers, if possible.
Thanks