Change header and navigation header text / CSS
-
Great plugin, kudo to the authors.
Is there any way to modify the following within AMP?
Change:
<div class=”navigation_heading”>Navigate</div>To:
<div class=”navigation_heading”>Menu</div>Change:
<div class=”amp-logo”>
<h1>mysite.com</h1>
</div>To:
<div class=”amp-logo”>
<h1>My Site</h1>
</div>Also the following is set to display none at less than 600px, I would like for it to display:
<ul class=”amp-wp-tags”>
<li class=”amp-cat-89″>Career & Business@media screen and (max-width: 600px){ .amp-loop-list .amp-wp-tags{display:none} }
I understand we can add custom CSS, but I am curious if there is an interface to easily override this? Also would it be best to just apply CSS to override any AMP default styling?
Thanks!
Mark
- The topic ‘Change header and navigation header text / CSS’ is closed to new replies.