Mobile theme adjustments

Posted in: Newspaper
Post count: 16

Hi there,
I’m trying to find out where to adjust the mobile theme. Am I overlooking something?
For example, I want to skip the social media icons on the top and on the bottom end of the page.
And Delete the admin part and change some english words to dutch.
Can you help me pouT?
Can I use chrome inspector to see the specifics of the mobile theme?
Thanks, Dorien

Post count: 18283

Hello !

Please provide a link to your website and we will take a look. Also let us know what would you like to hide and what words you want to translate.

Thank you!

Post count: 16

Hi Vlad,
It’s http://www.reisverhalen.info
On the post template I would like to change the social media icons.
And skip the info on author and date
Bottom:
change social media icons
There is a part called ‘admin’ that I like to hide
And there is ‘related articles’ which I would like to translate
In The footer it says ‘About us’

How can I get access to this?
Thanks!

Post count: 18283

Hello !

1. I cannot see any social media on your post: https://www.reisverhalen.info/bestemmingen/portugal/de-wilde-westkust-van-zuid-portugal/

2. There is no admin part on your post.

3. The related articles are translated: https://www.screencast.com/t/n4QB1FKoLeI

4. The footer does not show about us.

Thank you !

Post count: 16

On Mobile theme!

Post count: 16

Hi Vlad,
Can you help me out? You gave me an answer that does not help. I was asking for adjustments on mobile theme, not desktop. See my original message below:

I’m trying to find out where to adjust the mobile theme. Am I overlooking something?
For example, I want to skip the social media icons on the top and on the bottom end of the page.
And Delete the admin part and change some english words to dutch.
Can you help me out?
Can I use chrome inspector to see the specifics of the mobile theme?

Post count: 18283

Hello !

I am sorry for the misunderstanding !

Please use this css code: header .td-module-meta-info .td-post-author-name{
display:none;
}
.td-post-sharing {
display:none;
}

The code must be inserted in here: https://www.screencast.com/t/Qk1mdyD8k

Let us know the result !

Thank you !

Post count: 16

Hi Vlad, OK that’s part of the answer 😉
Inserting it on custom css phone did not work
Inserting it on mobile theme custom did work.

I asked some other questions, which you did not answer:
There is a part called ‘admin’ that I like to hide
And there is ‘related articles’ which I would like to translate
In The footer it says ‘About us’ which I would like to translate

How can I get access to the mobile theme to change these things?

Post count: 18283

Hello !

Can you send me a screenshot of that admin element that you want to hide, I have removed the author from the post template, maybe I looked in the wrong place.

All the translations can be done from Theme panel – Translations. This will apply on all the viewports.

Let me know the result !

Thank you !

Post count: 16

Thanks!

Admin area on mobile them shows above the related article part, just above the footer https://imgur.com/nIc4ALJ
Thanks
Dorien

Post count: 18283

Hello !

I am sorry, please add this code too: .author-box-wrap {
display:none;
}

Thank you !

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