Customised header text

Posted in: Newspaper
Post count: 76

Hi,

how do I customise text “EXPLORE” to my desired text? For e.g. I need to change “EXPLORE” to “EXPLORE THE WORLD WITH SANSAN”

Link: http://sansan.qriosity.com.sg/category/explore/

can you provide the CSS code urgently?

Thanks!

Post count: 22421

Hello,
Apparently that is the name you set to your category. It cannot be changed with css, but rather from here: http://screencast.com/t/5oEGOAeK2tb
Thank you!

Post count: 76

Hi,

Can you please guide me to make the edit in the files?

Because if I use your method, the long header will be seen everywhere. But I just need the long header to be in Category page of EXPLORE, EXPAND AND EXCEL only.

Only these 3 pages below
http://sansan.qriosity.com.sg/category/explore/
http://sansan.qriosity.com.sg/category/expand/
http://sansan.qriosity.com.sg/category/excel/

Appreciated it!!

  • This reply was modified 10 years by joyceloh.
Post count: 22421

Hello,
Unfortunately there is only one title for categories. You cannot use 2 titles with our theme. The title you set is the one that will appear everywhere. Maybe you can find a plugin that has such an option.
Thank you!

Post count: 76

Hi,

Is it possible to add a line of text above the 3 picture?

http://sansan.qriosity.com.sg/category/explore/

Post count: 22421

Hello,
You can add a description for every category from here: http://screencast.com/t/v18KjVce2
If you want a line of text above the title, you can add it by editing the theme files: http://screencast.com/t/LxXw65Mq7XR
Thank you!

Post count: 76

Hi,

Great, I will use the first method.

Can you help me with the CSS code to reduce the space between the Title and Description?

Link: http://sansan.qriosity.com.sg/category/explore/

Thanks!

  • This reply was modified 10 years by joyceloh.
Post count: 22421

Hi,
Please use this css:

.td-category-description p{
margin-top:0!important;
}

Thanks!

Post count: 76

Sorry, one more question

I need to change the font of the subtitle to remove the italics, can you please provide the CSS code?

Thanks!

Post count: 22421

Try this one:
.td-category-description p{
font-style: initial!important;
}

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.