currently, I am using black pro theme.
1-when I trying to modify flex box 3 , in the mobile when view when we click “more” than a drop-down menu use to open, I want to change its background color as it is appearing white but I want to match it with my theme. I could not find any option to change the background of drop-down menu of “more” in the mobile view. please tell me how I can change.
2- when I am placing a block, the words of its title are coming in black color. in flex block, I can change colors of a title but in a block, there is no option provided to change its title color.i was using block 7 and 8 . its article titles default color set is white but as my using black theme I want to use white in color. please tell me how I can change the color of the title in a block.
TODAY IS FRIDAY, YOUR SUPPORT IS VERY SLOW. NOW TOMORROW IS SAT N THEN SUNDAY. 2 DAYS HOLIDAY. YOU GUYS ARE TAKING a LONG TIME TO SOLVE SMALL PROBLEM. EVEN NOT REPLYING. I WAS AWAITING SOLUTION SO I CAN FINISH MY WEBSITE ASAP.
Hi,
Sorry for the inconvenience, we try to answer as faster we can.
1. Unfortunately for AJAX CATEGORIES DROPDOWN there is no option to change the background color, but you can do it using a custom css like this one -> https://i.imgur.com/rwJV8Ve.png
.td-subcat-filter .td-subcat-dropdown ul {
background-color: rgba(0, 0, 0, 0.95);
}
.td-subcat-filter .td-subcat-dropdown a {
color: #fff;
}
This code need to be set in theme panel. custom code> custom css.
2. We recommend to use flex blocks, these are a pro version for blocks and has more options, blocks are the some old element in our theme with only few settings and for customization of these elements is need to use custom css. For example to customize the the post titles from block 7 you need to use this custom css ->
.td_block_7 .entry-title a {
color: green;
}
Hope this will help you!
Thank you!
THANKS, A LOT. BUT THERE IS SMALL PROBLEM. OUTLINE IS SHOWING WHITE COLOR. I WANT THAT COMPLETELY BLACK OR NO OUTLINE. HOPE YOU UNDERSTAND MY POINT. I AM TALKING IN DROP DOWN MENU IN MOBILE VIEW. I HAVE APPLIED THIS CODE, LOOKS OK BUT PLEASE CONFIRM?
.td-subcat-filter .td-subcat-dropdown ul {
background-color: rgba(0, 0, 0, 0.95);
}
.td-subcat-filter .td-subcat-dropdown a {
color: #fff;
}
.td-subcat-filter .td-subcat-dropdown ul {
border-color: rgba(0, 0, 0, 0.95);
}
Hi,
If you do not want to have the wight border you can use this custom css -> https://i.imgur.com/xozKn7S.png
.td-subcat-filter .td-subcat-dropdown ul {
background-color: rgba(0, 0, 0, 0.95);
border-color: #000;
}
.td-subcat-filter .td-subcat-dropdown a {
color: #fff;
}
Also the code is fine and is working.
Thank you!
Thank a lot brother. I am facing a new problem. Whenever I am uploading new image it is coming blurry mean s not crystal clear as showing in theme. it is not about even new images, when I am modifying and delete some image n again try to put the same image there then image got blurry, it was not showing clarity as it was before.
example: website – http://www.scrollmyblog.com
https://scrollmyblog.com/category/lifestyle/beauty/ , this page there is bg of a girl, when I delete it and upload same image via css bg option it show ttly blurry.
https://scrollmyblog.com/category/lifestyle/ ,
I have uploaded an image ,showing very blurry , not soo clear as it should be. no matter what big size picture I have uploaded, it came same blurry. it is not good as currently theme has its own pic n all look very clear. once I will remove pics and put my own blog then all pics will come same blurry .
https://scrollmyblog.com/category/lifestyle/fashion/ , here is another example.
i have tried css bg, n in theme option- category option. nothing work out.
Hi,
The background image can be blurry when the image is smaller and need to be stretch or when you have set a smaller thumb for that image, make sure that you set the full size for the image that you have set as background, for example-> https://i.imgur.com/UVlTXgy.jpg
Also in some cases this image can be look blurry because of some plugins for optimization, these plugins will display a smaller/compress version of image and the result will be in a blur image.
Hope this will help you!
Thank you!
I have applied your settings now images look fine. but when I use to upload via tecdiv composer and using css option and upload bg pic the pic not showing on the website page. I have to upload thru the theme panel( has to go in that category then upload pic). but when I upload pic both places then first it will show pic, which I upload via theme panel then css pic will overlap. I didn’t get why this is happening.
and another problem is that :
https://scrollmyblog.com/lifestyle/the-2020-grammy-nominations-are-really-trying-to-be-relevant-2/
this blog image comes perfectly in every frame of the theme. either is small or big or medium. this image was in the theme.
now see this: https://scrollmyblog.com/lifestyle/beauty/liquid-neutrogena-facewash-cleanser/
this blog image cut more than 30%n 50% in different frames. when you scroll down you can see yourself . home page in a small frame. it almost cut by 80%.
please solve this issue.
-
This reply was modified 6 years by
dievoaxe006.
Hi,
So the image should work not matter from where are uploaded.
For the problem with the cut featured image on blocks, you can fix this problem, by editing the page/cloud template with tagDiv Composer and adjust the image size on that flex block -> https://i.imgur.com/DAsUJSQ.png finde the size that is displaying correctly for you.
Thank you!