BLOCK title background color

Posted in: Newspaper
Post count: 11

Hello,

We got two questions connected to the website style:

* Would it be possible to eliminate the title background color from any block? Setting it up as white is not working when we use category filter, as the text hover color becomes white as well.

* We’d like to change the font/size/line height of BLOCKS/WIDGETS TITLE but unfortunately NEWS TICKER TITLE BLOCK is not adapting.

Will you please advise?
Thank you in advance,
LS

Post count: 20688

Hi,

You can remove or set a background color for each block title like this – https://www.screencast.com/t/KHHfEtpr and change the font properties for the blocks/widgets title in Theme panel->Theme fonts->Font settings here – https://www.screencast.com/t/iD1M6biPm and it should apply to the news ticker title as well – https://www.screencast.com/t/tGxM7uNQ If you have tried this with no result please provide a link to your website so we can take a look.

Thanks

Post count: 11

Hi,

News ticker did not apply to those changings. Guess we still have a problem with background color for the block. Once you reach the button MORE categories, it becomes invisible. Is that normal?

Below you’ll find link to our test page:

http://test.leading-sport.com/?preview_id=58&preview_nonce=65f2015efc&_thumbnail_id=-1&preview=true

Please, take a look
Thanks
LS

Post count: 4

Hi,

I did that, but the title background colour for the blocks are not changing.

This is my website:
thotsntots.com

BTW, great theme. LOVE it!!

Post count: 20688

Hi,


@LeadingSport
Unfortunatelly I can not view your test page – https://www.screencast.com/t/2jtJ5YcomMx If you also have the Newspaper magazine demo installed take a look at the answer below


@brigitte67
That is the transparent block titles style of Newspaper magazine as seen in the demo – https://demo.tagdiv.com/newspaper_magazine/ if you want to cancel the background transparency you will have to edit the demo_style.css found in the theme folder->includes->demos->magazine and comment or remove a line of code – https://www.screencast.com/t/kTBWhN7ISu8 it should look like this if you choose to comment it – https://www.screencast.com/t/tMVupdlmd5
The result is that now you can see the background set in each of the block settings – https://www.screencast.com/t/arzXTAcVKfN

Thanks

Post count: 11

Hi Simion,

Maybe I didn’t explain proper way. Point is, I’d like to remove backgroud color from the block title and at the same time remove the line that keeps the same color, or at least if possible make it thiner or shorter. Would that be possible?

Thank you for help,
LS

Post count: 11

http://test.leading-sport.com/

this is the proper link of our website,

sorry for the previous mistake!

Post count: 20688

Hi,


@LeadingSport
Sorry for misunderstanding, the text probably dissapears for some of the blocks because you have set a white background for the title – so you should go to each of the blocks that have this issue and clear that background https://www.screencast.com/t/OF0gaWMVfkui and return them to the default state, it should look like this – https://www.screencast.com/t/KQShdYNC1kfG
Then enter this code in Theme panel->Custom Css, it will remove the background color and border from all the blocks

.block-title {
border-bottom: none;
}
.block-title span {
background-color: transparent;
}

Result – https://www.screencast.com/t/xqsEWBjq6p
Please let me know if this works for you.

Thanks

Post count: 11

Hello,

Thank you a lot! That’s exactly what we wanted:-)
We do not want to abuse of your help, but we’d have another question. This time it concernes Fonts.
Is it possible to change the weight of the font to LIGHT? as the choice offered by the theme is only: default, normal, bold.
To be precise, we’d like to use ROBOTO CONDENSED LIGHT.
Thank you in advance!

LS

Post count: 20688

Hi,

That is a newly implemented feature regarding font weight in the latest Newspaper update – https://themeforest.net/item/newspaper/5489609 as it can be seen here in the changelog – https://www.screencast.com/t/2chRnPviF8EX and also in the documentation – https://forum.tagdiv.com/font-customization/ You should consider updating to the latest version and benefit from these new features.

Thanks

Post count: 11

Hello,

Thank you a lot for your help! We have just uploaded the new version and everything look fine!

Have a nice day,
LS

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