sijibae
Active member
- Apr 23, 2019
- 118
- 39
- 28
Could someone here point me to this issue?
In archive (=label or =category) page there are several section
blogspot.com/search
blogspot.com/search/label
- Title
- Label
- Snippet
- Readmore
- Date
I want to add new rule (or replace 'readmore' function) that can be override via posting page. I can only override single post page, not in archive / label page.
Is it should be absolute not relative? Here simple principle that i want to apply.
I use Median UI 1.6 which posted by @Tomz
I saw this demo page, also has the same value of Star Rating
In archive (=label or =category) page there are several section
blogspot.com/search
blogspot.com/search/label
- Title
- Label
- Snippet
- Readmore
- Date
I want to add new rule (or replace 'readmore' function) that can be override via posting page. I can only override single post page, not in archive / label page.
Is it should be absolute not relative? Here simple principle that i want to apply.
Code:
TITLE
___________________________________
CONTENT
<div class="Rules1"><span class="Rules2">AnyLabel</span></div>
<style>
.Rules1::before {content:''}
.Rules2::before {content:''}
or just
.Rules1, .Rules2 {content:''}
</style>
I use Median UI 1.6 which posted by @Tomz
I saw this demo page, also has the same value of Star Rating
Code:
https://appdroidhunter.blogspot.com/
Attachments
Last edited: