Jump to content

Is there a way to add a css style or allow a formatted text in Topic Title and in Topic Description?


francorott

Recommended Posts

Hello,

I have some topics like that (I use IPB 4.4)

spacer.png

Elohim is Topic Title
Una molteplicità chiaramente e ine.... is Topic Description 1.0.1 (is a plugin that I find on Webflake)

I wish to understand in what way, for example, I can change text style like color , bold-italic or font type
For example in this way

Elohim   <-- change color
Una molteplicità chiaramente e ine.... <-- change into italic

-----

 

Edited by francorott
Link to comment
Share on other sites

  • 2 weeks later...

Title - custom.css

[data-forumid="#"]>div.ipsDataItem_main>.ipsDataItem_title>a {
    color: #;
}

Description:

You should be able to change anything in their own settings, "ACP - Community - Forum - Edit Forum"

Link to comment
Share on other sites

  • 2 weeks later...
On 5/6/2021 at 12:40 PM, AcerD9 said:

Title - custom.css





[data-forumid="#"]>div.ipsDataItem_main>.ipsDataItem_title>a {
    color: #;
}

Description:

You should be able to change anything in their own settings, "ACP - Community - Forum - Edit Forum"

ok, I follow your tip but it change color of Forum Title.
I wish to change singular title of topic. For example, in this picture I wish to change color only for "John Doe" and not for other topic titles.
I look to DOM but I don't understand well what I need to use

topic2.jpg.3d40d7d265439f07f5cc1a6b5d6616c6.jpg
 

Edited by francorott
Link to comment
Share on other sites

  • 3 weeks later...
On 5/17/2021 at 3:19 PM, francorott said:

ok, I follow your tip but it change color of Forum Title.
I wish to change singular title of topic. For example, in this picture I wish to change color only for "John Doe" and not for other topic titles.
I look to DOM but I don't understand well what I need to use

topic2.jpg.3d40d7d265439f07f5cc1a6b5d6616c6.jpg
 

I don't think you followed my instruction at all.

[data-forumid="#"] Change # to your section title ID.

Sorry for bumping a month late.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...