https://www.youtube.com/watch?v=1rSD6bQ25lU
chat gpt 2 step u have to take
#1
Search this 👇code in a row notable green theme
<li>
<a expr:href='data:post.url'><data:post.title/></a>
</li>
replace it with 👇
<!-- Add an aria-label for accessibility -->
<li>
<a class='browse' href='https://example.blogspot.com/search' itemprop='url' aria-label='Browse'>
<span class='name' itemprop='name'>Browse</span>
</a>
</li>
#2
search for ]]></b:skin> and paste above it
/** Header Menu button **/
.headerMenu .browse {
display: flex;
padding: 10px 20px 10px 20px;
margin: 12px;
border-radius: 15px;
background-color: #fe8002;
font-size: 12px;
color: #fefefe;
align-content: center;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
}
.headerMenu .browse:after {
display: none;
}
<

Comments
Post a Comment