Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Change text IN to BY in store

$
0
0

Replies: 0

I have tried to read all the tutorials I could and I have made about 6 atempts to write a piece of code to make this work but I have failed. I am to old and do not understand this stuff.

ON my page the text under the book title says IN: and the authors name. This was set up for use with categories for Woo but I am using Author Names as the categories. I have looked at the code and found this.
<span class=”entry-byline-label”>In:</span>

I have tried to create this.

. entry-byline-label {
  visibility: hidden;
  margin-right:3px;
}
. entry-byline-label:before {
  visibility: visible;
  content: "By";
  font-size: 15px;
}
. entry-byline-label {
  visibility: visible;
  font-size: 15px;
}

It did not work. Can anyone help me with the right code to fix this please.

Jeff


Viewing all articles
Browse latest Browse all 59525

Trending Articles