Block title?

Posted in: Newsmag
Post count: 28

Hi. This is another area for locating setting, please:

https://paste.pics/CLUOM

I’ve spent a good amount of time in the front and backend, but can’t seem to locate this font color setting. Might someone point me to where i can edit this color? I’ve already added some other custom css, but it’s not related to this and was hoping this is in the settings.

Thanks for this one, too!
jz

Post count: 35449

Hi,
This is also a section that has apply a custom css on the body class -> https://i.imgur.com/xyVbMJH.png it can be change with css (like you did).
Thank you for your understanding!

Post count: 28

Thx. How can i specifically code or edit the text of those block titles. I see it but could use clear css or direction on how the text is changed.

Thx.

Post count: 35449

Hi,
For example, for all elements that are set in the sidebar, you can use this custom css:
body .td-ss-main-sidebar .block-title span {
background-color: #fe123e;
color: #ffffff;
}

Or you can add on those elements an extra class -> https://i.imgur.com/8qcuC0I.png also this can be done with tagDiv Composer, too -> https://i.imgur.com/GbWwqF3.png
Also you can use our guide from here to inspect the theme classes.
Or if you remove the body class -> https://i.imgur.com/dGFk7xQ.png then all elements that has an option for color will apply.
I hope this will help you!

Post count: 28

Thx but real quick those are not sidebar elements, right? The block title colors …

Post count: 28

Btw, i will check those fields, thx!

Post count: 28

Actually also, is that how these widgets work? I can add then edit them to overwrite styles? Still looking. Thx.

Post count: 35449

Hi,
Normal, the extra css is need only if it is apply a class on body (https://i.imgur.com/O9VkNH4.png), if there is no class or you remove it, then all elements that has options for colors, fonts will apply, for example on widgets -> https://i.imgur.com/bd8WbVZ.png
I hope that this is what you were referring, if not, please let me know!
Thank you!

Post count: 19

OK, Calin. I’m back on this one.

I think I’m still at square one with my request.

I wanted to look at those widgets you mentioned, first.

At this point, I’d be very grateful if you could just supply the custom css for that title text and bg color for that element in original request.

My apologies that I’m missing something.

I know you have shared info, but all the custom code i’ve tried fails to make the change and the widgets aren’t my answer (i don’t think), unless you point me to a specific one and guide me.)

Thanks. I’ll standby for it.
Much appreciated.

Post count: 35449

Hi jzee, maybe the css for your website need to be adapted, can you please provide a link to your website and some screenshots with the elements that you want to changes, in this way I will be able to provide the proper steps that will work for you.
Thank you for your understanding!

Post count: 19

Thanks. This is in the footer:

https://paste.pics/CPE3W

TakingTurf.com

Post count: 35449

Hi,
If the options for header are not apply on footer elements, then please try this custom css -> https://i.imgur.com/fNUuHKu.png
.td-footer-container .block-title > span, .td-footer-container .block-title > a, .td-footer-container .widgettitle {
background-color: #000;
}

Please set the code in theme panel > custom code> custom css.
I hope this will help you!

Post count: 19

That is what was needed.
Great job as usual.
Thanks, Calin!

BY THE WAY:
How and/or where can I edit that text?
I see it in the span area, but not sure how to code for it or alter it.

jz

Post count: 35449

Hi jzee, I think that you are referring to the elements from footer -> https://i.imgur.com/V9ZlyBk.png for this you need to check the footer style that you are using -> https://i.imgur.com/PXLnKe4.pngsome of them have predesign elements that can not be edited (blocks that can not be edited, for example footer style 1), if you want to set your won elements use an empty footer or a style footer that contain only the logo with about us text -> https://prnt.sc/14nl818 also you can set element in footer by setting widgets in footer 1,2,3 -> https://i.imgur.com/3Fo4wfQ.png
I hope this will help you!

Post count: 19

Let me look into this.
Thanks for now, Calin!
jz

Viewing 15 posts - 1 through 15 (of 15 total)
The forum ‘Newsmag’ is closed to new topics and replies.