home not craw

Posted in: Newspaper
Post count: 13

1 why path home my website not crawl and disable amp, http://prntscr.com/l7tptb, http://prntscr.com/l7tqvd
2. how change color text at block ?? http://prntscr.com/l7tr5f

Post count: 20688

Hi,

1. AMP is mainly for posts, you can enable it for pages which do not contain page builder content. The page should be built with the default WordPress editor
https://www.screencast.com/t/So3EgMatk
https://www.screencast.com/t/876w69K5cpju

2. Changing the color of the post titles and excerpts in modules can be done if you use flex blocks and the tagDiv composer
https://www.screencast.com/t/NNTkBXEUys

For default blocks there is no setting, but you could use some CSS. For example with a custom class. Set a custom class for the block
https://www.screencast.com/t/wxl78YIwzPD
Then create some CSS to color the article titles
https://www.screencast.com/t/nkCr9oCZ6ch
Code used in example here

.myblock .entry-title a{
color:yellow;
}

Thanks

Post count: 13

where is a adding custom css to affected my website?

Post count: 1341

Newspaper > Theme panel > Custom code > Custom css

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