Archived topic
Need help on blog listing
9 replies · Started by Suresh Sudharsanam on December 18, 2018
Hi Team, GP themes is awesome.
need one more help to list blogs in orders.
so how can i add a line after each blog post.
for example...https://www.techeworks.com/wp-content/uploads/2018/12/Screenshot-2018-12-18-at-7.23.10-PM.png
Hi there,
try this CSS:
article .inside-article {
border-bottom: 1px solid #aaa;
}
thanks so much..
one question how can i add line for the Widgets title.
like this https//www.techeworks.com/wp-content/uploads/2018/12/Screenshot-2018-12-18-at-7.57.48-PM.png
Something like this:
.sidebar .widget .widget-title {
border-top: 1px solid;
border-bottom: 1px solid;
padding: 0.5em 0;
}
thanks a lot awesome..
last one question.. i can highlight few important points.
like this http://www.techeworks.com/wp-content/uploads/2018/12/Screenshot-2018-12-18-at-8.23.01-PM.png
Which points do want to highlight? Is it the Code block?
yes its is code block.
You can wrap your code like this:
<pre><code>
Your code in here
</code></pre>
thank you so much
You're welcome