* sudahpernahblog I want title post in post single with background color like this in post home.
Help me sir
2018-05-28 15:31
* *
* DrawOnPhoto_1527553692115.png · image/png · 176.88KB
* DrawOnPhoto_1527553645288.png · image/png · 86.87KB
(edited 2018-05-28 15:36 by sudahpernahblog ) · (0)
* Graham * sudahpernahblog I don't really understand your question
the xt_blog_title_link classes in your global stylesheet determine the color of those links
The single posts title class is xt_blog_title
so you could just add , .xt_blog_title to the first class
.xt_blog_title_link, #post a , .xt_blog_title
2018-05-28 23:32 (edited 2018-05-29 03:17 by Graham ) · (0)
* sudahpernahblog * Graham I want like this sir, in post single.
In an article that is already open all that is not there read more
In post home i can do it.
This css in home

.xt_blog_title_link, #post a
{
background: #BBB;
text-decoration: none;
display:block;
text-align:left;
padding: 2px 0;
margin: 1px;
}
2018-05-29 15:04
*
* DrawOnPhoto_1527637817281.png · image/png · 88.88KB
· (0)
* Graham * sudahpernahblog I am confused :confused:
do you want a code for a link like the "show more..." in the blog
but for a normal page ?
2018-05-30 04:32 · (0)
* sudahpernahblog * Graham I want css code sir
2018-05-30 14:20 · (0)
* Graham * sudahpernahblog
the css to produce that effect is below
this will use it for blog post titles and the title links
.xt_blog_title , .xt_blog_title_link {
  position: relative;
  padding: 8px;
  color: white;
  background: green;
  display:block;
}
  .xt_blog_title::after , .xt_blog_title_link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 10px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: green transparent;
}

Copy code
2018-05-31 02:45 (edited 2018-05-31 03:04 by Graham ) · (0)
* sudahpernahblog * Graham Thanks sir
2018-05-31 16:06 · (0)

Online: Guests: 1