read more

Posted in: Newspaper
Post count: 8

hello ! how i can change text of read more button?
and how i can change to do the text of Rome on the weather widget con the birst letter upcrease ?
how i can do the footer section the same size of the
http://www.giornalistieuropei.com/2018/12/12/pd-se-restano-in-7-il-segretario-lo-eleggeranno-i-capibastone/
the same of the home page http://www.giornalistieuropei.com/… for now i see the first on now on full wight
thank you

Post count: 1341

> how i can change text of read more button?

See Translations section in the Theme panel.

Post count: 20688

Hi,

The weather widget in that demo contains a customization for displays larger than a certain width, this will make the text lowercase. For example
Desktop – http://prntscr.com/majsao
Mobile – http://prntscr.com/majsho

You could use some CSS to make it capitalize it permanently
http://prntscr.com/maju1k
This is the code for it, you can enter it in theme panel custom code CSS section

.td-business.home .td-business-home-row .td_block_weather .td-weather-header .td-weather-city {
text-transform: capitalize!important;
}

The issue you are having with the footer is quite unusual. The footer should be same as in the homepage, and how it is in the demo
https://demo.tagdiv.com/newspaper_business/brexit-would-trigger-economic-and-financial-shock-to-uk/

In your case it looks like the footer section is part of the main content for some reason. Did you make any modification tom the post template files? or maybe enter ad codes in the theme panel (check them if you did, check the tags to be closed properly or test without them). Let me know.

Thanks

Post count: 8

no i do not reeber if i did somth how i can to change this part to be like the same as in the template ?

thank you

Post count: 20688

Hi,

Please send us an email at contact@tagdiv.com and provide admin login so we can take a look. Include a link to this topic in the email.

Thanks

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