<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Custom CSS Discussions Discussions on Obsidian Portal Community Forums</title>
      <link>https://forums.obsidianportal.com/categories/custom-css-discussions/p3/feed.rss</link>
      <pubDate>Mon, 14 Sep 2026 08:32:42 +0000</pubDate>
         <description>Custom CSS Discussions Discussions on Obsidian Portal Community Forums</description>
   <language>en-CA</language>
   <atom:link href="https://forums.obsidianportal.com/categories/custom-css-discussions/p3/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>CSS Codes for Wiki page Infobox's</title>
      <link>https://forums.obsidianportal.com/discussion/5970/css-codes-for-wiki-page-infobox-s</link>
      <pubDate>Thu, 04 Nov 2021 00:45:06 +0000</pubDate>
      <dc:creator>RyukHateshenai</dc:creator>
      <guid isPermaLink="false">5970@/discussions</guid>
      <description><![CDATA[<p>I am new to Obsidian Portal and I have no real skills with CSS, I am building my games wiki and I am trying to build an infobox for some of my pages but I am unable to figure it out. I have seen examples on other campaigns that are exactly what I am going for but the process of doing it myself is not panning out. So I was wondering if anyone would be willing to share the codes they use?</p>
]]></description>
   </item>
   <item>
      <title>Forums - WIP Code for Forums/Dashboard</title>
      <link>https://forums.obsidianportal.com/discussion/5863/forums-wip-code-for-forums-dashboard</link>
      <pubDate>Mon, 07 Jun 2021 05:41:18 +0000</pubDate>
      <dc:creator>camarilladee</dc:creator>
      <guid isPermaLink="false">5863@/discussions</guid>
      <description><![CDATA[<p>So I&#39;ve created a CSS testing grounds to test out code changes before implementing them onto my campaign.&nbsp; I&#39;m hoping to evolve my current 2+ year running game into a PBP game in the near future but the forums needed attention before I made that leap.</p>
<p>I&#39;ve set the testing site to &#39;public&#39; for the time being so you can watch and follow along if you like and (ideally) give input or suggestions.&nbsp; I&#39;m going to share the code I&#39;ve used thus far (and will ideally update this post as I continue fiddling.)&nbsp; I&#39;m by no means a pro at this.&nbsp; I&#39;m self-taught and so I caution anyone who uses this to please know it comes with no guarantees of being &#39;solid.&#39;&nbsp; There may be better/more efficient&nbsp;ways to accomplish what I&#39;m doing so... yeah.&nbsp; Don&#39;t be shocked if there are some things that are redundant or maybe not super effective.</p>
<p><em>PS:&nbsp; Also drop me a message if you&#39;d like an invite to a WOD-Vampire PbP game when I&#39;m ready to launch!</em></p>
<p><strong>The Testing Grounds:&nbsp;</strong>&nbsp;<a href="https://csstestinggrounds.obsidianportal.com/" target="_blank" rel="nofollow">https://csstestinggrounds.obsidianportal.com/</a></p>
<p><strong>The Code So Far:</strong></p>
<pre><br /><code>/* removing title on front page */<br /><br />.campaign-public-layout <a rel="nofollow" href="/search?Search=%23campaign-summary-row&amp;Mode=like">#campaign-summary-row</a> .campaign-public-title-container {<br /><br />    height: 0px;<br /><br />    position: relative;<br /><br />}<br /><br />/* removing dragon from header */<br /><br />.campaign-title,.flame-dragon{<br />display:none!important;<br />}<br /><br /><br />/*Remove Top Color Bar*/<br /><a rel="nofollow" href="/search?Search=%23banner-container&amp;Mode=like">#banner-container</a> .highlight-container {<br /><br />  display: none;<br /><br />}<br /><br /><br />/* Header work */<br /><br />h1 {<br />  font: 26px Metamorphous;<br />}<br /><br />h2 {<br />  font: 24px Metamorphous;<br />}<br /><br />h3 {<br />  font: 18px Metamorphous;<br />}<br /><br />h4 {<br />  font: 16px Metamorphous;<br />}<br /><br />h5 {<br />  font: 14px Metamorphous;<br />}<br /><br />h6 {<br />  font: 12px Metamorphous;<br />}<br /><br />/* blockquote work */<br />blockquote {<br />  font: 18px Shadows Into Light;<br />  color: #2b3856;<br />  text-align: center;<br />}<br /><br /><br />/*remove players block in sidebar*/<br /><br />.sidebar-party-members.module {<br />    display: none;<br />}<br /><br /><br /><br />/*right sidebar graphics background*/<br /><a rel="nofollow" href="/search?Search=%23sidebar&amp;Mode=like">#sidebar</a> .sidebar-party-members, .sidebar-last-updated, <a rel="nofollow" href="/search?Search=%23sidebar&amp;Mode=like">#sidebar</a> .sidebar-quick-stats, <br /><a rel="nofollow" href="/search?Search=%23sidebar&amp;Mode=like">#sidebar</a> fan-counter-container, <a rel="nofollow" href="/search?Search=%23sidebar&amp;Mode=like">#sidebar</a> .stream-module-container, <a rel="nofollow" href="/search?Search=%23sidebar&amp;Mode=like">#sidebar</a> .sidebar-table-of-contents,<br /><a rel="nofollow" href="/search?Search=%23sidebar&amp;Mode=like">#sidebar</a> .adventure-log-index-filter{<br />  background-image: linear-gradient(to bottom, <a rel="nofollow" href="/search?Search=%23181818&amp;Mode=like">#181818</a> , #002A50);<br />  width: 226px;<br />  border: 3px solid #489ebe;<br />  padding: 10px;<br />  margin: 20px;<br />  border-radius: 10px;<br />}<br /><br /><br />/*left sidebar graphics background*/<br />.campaign-public-layout <a rel="nofollow" href="/search?Search=%23campaign-nav&amp;Mode=like">#campaign-nav</a> {background-image: linear-gradient(to bottom, <a rel="nofollow" href="/search?Search=%23181818&amp;Mode=like">#181818</a> , #002A50); border: 3px solid #489ebe; border-radius: 10px;}<br /><br /><br />/*character page*/<br />.character-list-item { background: linear-gradient(23deg, <a rel="nofollow" href="/search?Search=%23002A50&amp;Mode=like">#002A50</a> 0%, <a rel="nofollow" href="/search?Search=%23181818&amp;Mode=like">#181818</a> 100%);     border: 2px solid #a9a9a9; box-shadow: 0 0 0 2px #000000;}<br />.character-info h4.character-name.title a {color:white;}<br />.character-info h4.character-name.title a:hover {color:#489ebe; }<br />.right-side-fade-out {display:none;}<br />.character-quick-search {background-image: linear-gradient(to bottom, <a rel="nofollow" href="/search?Search=%23181818&amp;Mode=like">#181818</a> , #002A50);}<br />.filter-options { background-image: linear-gradient(to bottom, <a rel="nofollow" href="/search?Search=%23181818&amp;Mode=like">#181818</a> , #002A50); color: #ffffff; }<br /><br /><br />/*Forum Post Background Color*/<br />.campaign-forum-index .forum-page-content {background-image: url(<a href="https://db4sgowjqfwig.cloudfront.net/campaigns/263806/assets/1178691/metal-back.jpg?1622998758" target="_blank" rel="nofollow">https://db4sgowjqfwig.cloudfront.net/campaigns/263806/assets/1178691/metal-back.jpg?1622998758</a>); width: 100%;} <br /><br />/*Forum Page Header*/<br />.campaign-forum-index .forum-page-header{background-image: linear-gradient(to bottom, <a rel="nofollow" href="/search?Search=%23555651&amp;Mode=like">#555651</a> , #000000); }<br /><br />/*Behind Forum Navigation*/<br />.campaign-forum-index .topics-section{background-image: url(<a href="https://db4sgowjqfwig.cloudfront.net/campaigns/263806/assets/1178691/metal-back.jpg?1622998758" target="_blank" rel="nofollow">https://db4sgowjqfwig.cloudfront.net/campaigns/263806/assets/1178691/metal-back.jpg?1622998758</a>); }<br /><br />/*Active Forum or Topic*/<br />.campaign-forum-index .subforums-and-topics .active.topic .background {background: #002A50; color:#E8E8E8;}<br /><br />/*Inactive Forum or Topic*/<br />.campaign-forum-index .subforums-and-topics .subforum .background {background: #2A2A2A; color:#E8E8E8;}<br /><br />/*Forum Post - User Information Section*/<br />.forum-page-content .posts-section .post-section-wrapper .posts .post .row.post-metadata {background-image: linear-gradient(to bottom, <a rel="nofollow" href="/search?Search=%23181818&amp;Mode=like">#181818</a> , #002A50);}<br /><br />/*Forum Post - Actual Text Section*/<br />.forum-page-content .posts-section .post-section-wrapper .posts .post {background: #181818;  border: 3px solid #489ebe; border-radius: 5px;}<br /><br />/*Forum Avatar Size*/<br />.forum-page-content .posts-section .post-section-wrapper .posts .post .row.post-metadata .user-avatar.large-1.small-2.columns{width: 75px; display: block;}<br /><br />/*Forum Breadcrumb Links*/<br />.row.forum-page-header .small-11.columns h2.name {font-size: 10px;}<br /><br />/*Forum Post - Reply Section*/<br />.forum-page-content .posts-section .post-section-wrapper .row .reply-controls.small-12.colums{background: #E8E8E8;   border-style: dotted; border-color: #489ebe; border-width: thick; padding: 10px;}<br /><br />/*Forum Top of Post Title Size*/<br />.campaign-forum-index .posts-section .title, .campaign-forum-manage .posts-section .title, .campaign-forum-edit .posts-section .title {font-size: 14px; color: #ffffff;}<br /><br />/*Dashboard Top Background Where Campaign Banner Is*/<br />.row.title-row{background-image: url(<a href="https://db4sgowjqfwig.cloudfront.net/campaigns/263806/assets/1178691/metal-back.jpg?1622998758" target="_blank" rel="nofollow">https://db4sgowjqfwig.cloudfront.net/campaigns/263806/assets/1178691/metal-back.jpg?1622998758</a>);}<br /><br />/*Dashboard Top Banner*/<br />.row.title-row{height: 0px;}<br /><br />/*Dashboard Nav Menu Make Smaller*/<br />.campaign-dashboard-layout #dashboard-main-nav{ width: 75px; }<br />.campaign-dashboard-layout <a rel="nofollow" href="/search?Search=%23dashboard-main-nav&amp;Mode=like">#dashboard-main-nav</a> ul li .nav-icon { width: 100%; font-size: 15px; }<br />.campaign-dashboard-layout <a rel="nofollow" href="/search?Search=%23dashboard-main-nav&amp;Mode=like">#dashboard-main-nav</a> ul li .nav-text { display: none; }<br />.campaign-dashboard-layout .main-content { padding-left: 75px; }<br /><br />/*Subforum and Topic Names Color*/<br />.campaign-forum-index li.topic a, .campaign-forum-index li.subforum a, .campaign-forum-manage li.topic a, .campaign-forum-manage li.subforum a, .campaign-forum-edit li.topic a, .campaign-forum-edit li.subforum a{color: #ffffff; font-size: 12px;}</code></pre>
<p>(Post is too long to post so TBC in next post.)</p>
]]></description>
   </item>
   <item>
      <title>Frontend Sidebars CSS Boxes w/ curved edges &amp; gradient backgrounds</title>
      <link>https://forums.obsidianportal.com/discussion/5852/frontend-sidebars-css-boxes-w-curved-edges-gradient-backgrounds</link>
      <pubDate>Fri, 21 May 2021 04:41:54 +0000</pubDate>
      <dc:creator>camarilladee</dc:creator>
      <guid isPermaLink="false">5852@/discussions</guid>
      <description><![CDATA[<p>Hi folks!&nbsp; Thanks for all the help your posts have been giving me.&nbsp; I figured out how to create some nice boxes in CSS with curved corners, colored borders, and a gradient background and here&#39;s the code!</p>
<pre><br /><code>/*right sidebar boxes gradient background*/<br /><a rel="nofollow" href="/search?Search=%23sidebar&amp;Mode=like">#sidebar</a> .sidebar-party-members, .sidebar-last-updated, <a rel="nofollow" href="/search?Search=%23sidebar&amp;Mode=like">#sidebar</a> .sidebar-quick-stats, <br /><a rel="nofollow" href="/search?Search=%23sidebar&amp;Mode=like">#sidebar</a> fan-counter-container, <a rel="nofollow" href="/search?Search=%23sidebar&amp;Mode=like">#sidebar</a> .stream-module-container, <a rel="nofollow" href="/search?Search=%23sidebar&amp;Mode=like">#sidebar</a> .sidebar-table-of-contents,<br /><a rel="nofollow" href="/search?Search=%23sidebar&amp;Mode=like">#sidebar</a> .adventure-log-index-filter{<br />  background-image: linear-gradient(to bottom, <a rel="nofollow" href="/search?Search=%23181818&amp;Mode=like">#181818</a> , #002A50);<br />  width: 226px;<br />  border: 3px solid #489ebe;<br />  padding: 10px;<br />  margin: 20px;<br />  border-radius: 10px;<br />}<br /><br /><br />/*left sidebar boxes gradient background*/<br />.campaign-public-layout <a rel="nofollow" href="/search?Search=%23campaign-nav&amp;Mode=like">#campaign-nav</a> {background-image: linear-gradient(to bottom, <a rel="nofollow" href="/search?Search=%23181818&amp;Mode=like">#181818</a> , #002A50); border: 3px solid #489ebe; border-radius: 10px;}</code></pre>
<p>If you put this into your custom css box on your advanced tab you&#39;ll see that the <a rel="nofollow" href="/search?Search=%23489ebe&amp;Mode=like">#489ebe</a> is a robin&#39;s egg blue color and the <a rel="nofollow" href="/search?Search=%23181818&amp;Mode=like">#181818</a> is a dark gray almost black which is the top color fading down into <a rel="nofollow" href="/search?Search=%23002A50&amp;Mode=like">#002A50</a> at the bottom which is a dark hue of blue that white text looks pretty nice on.&nbsp; I used these with the &quot;Metal Grunge&quot; style to a nice effect.</p>
<p>Hope you guys find this helpful.&nbsp;&nbsp;</p>
<p>-Dee</p>
]]></description>
   </item>
   <item>
      <title>Custom Map Markers</title>
      <link>https://forums.obsidianportal.com/discussion/5855/custom-map-markers</link>
      <pubDate>Sun, 23 May 2021 01:09:23 +0000</pubDate>
      <dc:creator>thaen</dc:creator>
      <guid isPermaLink="false">5855@/discussions</guid>
      <description><![CDATA[<p>If you&#39;re interested in using your own custom images for your map markers, it turns out that the map markers are actually just HTML, so you can change them with Custom CSS!</p>
<p>There are 2 parts to each map marker.&nbsp; There&#39;s the image that shows by default, and there&#39;s a transparent div that sits on top of the image and enables the clicking and dragging and showing of the popups.</p>
<p>The trick is to hide the default image, and then add your custom image as a background image to the transparent div based on the map marker&#39;s Title.</p>
<p>The custom map marker image needs to be width 40px and height 50px.&nbsp; The default images have the &quot;pointer triangle&quot; on the bottom of them, so the actual image is 40x40 with a 10px pointer on the bottom, but you don&#39;t have to include the pointer if you want a different look.</p>
<p>Here&#39;s some sample CSS.&nbsp; This will hide only the <a rel="nofollow" href="https://www.obsidianportal.com/map_marker_icons/8/000000.png">&quot;black square&quot; default map markers</a>.&nbsp; Then you&#39;ll replace the backround-image url with the url to your custom image.&nbsp; You can upload the custom image to your Media Library and use the url from there.&nbsp; You&#39;ll need to add a background-image for each map marker Title that uses the &quot;black square&quot; map marker, otherwise&nbsp;the missing ones will&nbsp;be invisible.</p>
<pre><br /><code>/* Hide the default map marker images */<br />div img[src^='/map_marker_icons/8/000000.png'] {<br />  display: none;<br />}<br /><br />/* Set the image of a map marker based on the map marker's Title */<br />div[title='Test'] {<br />  background-image: url('<a href="https://db4sgowjqfwig.cloudfront.net/campaigns/216494/assets/1174607/blue_arrow.png?1621730624'" target="_blank" rel="nofollow">https://db4sgowjqfwig.cloudfront.net/campaigns/216494/assets/1174607/blue_arrow.png?1621730624'</a>);<br />}<br /></code></pre>
<p>Enjoy!</p>
<p>&nbsp;</p>
<p>EDIT</p>
<p><a rel="nofollow" href="/profile/NimrodYanai">@NimrodYanai</a> found a much cleaner way to do this.</p>
<p>You don&#39;t need to mess with the second block of CSS or the Title.&nbsp; Just replace the content url on the first block.&nbsp; Note also that the url is built from the color chosen.&nbsp; So you can have a nearly limitless number of different custom map markers.</p>
<pre><br /><code>img[src^='/map_marker_icons/8/000000.png'] {<br />  content: url('<a href="https://db4sgowjqfwig.cloudfront.net/campaigns/216494/assets/1174607/blue_arrow.png?1621730624'" target="_blank" rel="nofollow">https://db4sgowjqfwig.cloudfront.net/campaigns/216494/assets/1174607/blue_arrow.png?1621730624'</a>);<br />}<br /></code></pre>
<p>The details of the discussion happened here:</p>
<p><a href="https://forums.obsidianportal.com/discussion/5901/limiter-functionalities-for-the-maps" target="_blank" rel="nofollow">https://forums.obsidianportal.com/discussion/5901/limiter-functionalities-for-the-maps</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Border for Character Page</title>
      <link>https://forums.obsidianportal.com/discussion/5752/border-for-character-page</link>
      <pubDate>Wed, 27 Jan 2021 04:15:02 +0000</pubDate>
      <dc:creator>Keryth987</dc:creator>
      <guid isPermaLink="false">5752@/discussions</guid>
      <description><![CDATA[<p>So...anyone know a CSS trick to place a border around the Character Page?</p>
<p>Right now mine looking ok...</p>
<p><a rel="nofollow" href="https://xcomresistance.obsidianportal.com/characters">https://xcomresistance.obsidianportal.com/characters</a></p>
<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Parchment background</title>
      <link>https://forums.obsidianportal.com/discussion/5760/parchment-background</link>
      <pubDate>Thu, 18 Feb 2021 18:18:49 +0000</pubDate>
      <dc:creator>Haligaunt</dc:creator>
      <guid isPermaLink="false">5760@/discussions</guid>
      <description><![CDATA[<p>Hello, all.</p>
<p>It would appear that playing with CSS is definitely not among my talents. In fact, trial and error would appear to demonstrate that I am just plain awful at it. Ha ha!</p>
<p>The content on my campaigns is good but I am the first to admit that my games need something of a facelift. With that in mind, could one of the helpful folks in the brains trust here please help me?</p>
<p>I would very much like to make the background behind all the writing in my games look like old parchment or a scroll or something to that effect. Could somebody here please throw me a bone?</p>
<p>Concord of Ashes is my game.</p>
<p>Thanks!</p>
<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>HELP! I screwed up and don't know how to fix!</title>
      <link>https://forums.obsidianportal.com/discussion/5654/help-i-screwed-up-and-don-t-know-how-to-fix</link>
      <pubDate>Wed, 02 Sep 2020 18:03:18 +0000</pubDate>
      <dc:creator>tommy19</dc:creator>
      <guid isPermaLink="false">5654@/discussions</guid>
      <description><![CDATA[<p>So... I was trying to remove the stream from the frontpage. And using the inspect elements I started marking things as {display:none;} to become invisible. I got rid of the stream title and the stream itself, but there was a small hr divider I also wanted to remove. So I inspected the elements and found &quot;div.large-12.columns&quot; it removed the divider just fine... the problem is it also removed the window where I edit the main CSS!</p>
<p>I&#39;ve tried going back and I can&#39;t get it back. How do I fix this!? Please help!</p>
]]></description>
   </item>
   <item>
      <title>Need help with CSS</title>
      <link>https://forums.obsidianportal.com/discussion/5634/need-help-with-css</link>
      <pubDate>Tue, 28 Jul 2020 21:26:15 +0000</pubDate>
      <dc:creator>Sting52jb</dc:creator>
      <guid isPermaLink="false">5634@/discussions</guid>
      <description><![CDATA[<p>Hey everyone I&#39;ve been on OP since the beginning but I&#39;ve never really done anything crazy with any of my campaigns.&nbsp; recently I&#39;ve decided to spice them up a bit and so I started a new one and I wanted to try some new things but I&#39;ve ran into a few problems.&nbsp;&nbsp;</p>
<p>So first I can&#39;t figure out how get my text boxes to be transparent so the background image is seen behind my writing. and second how do I get the images to upload into my little boxes that I created following the tutorial.&nbsp; I followed the code in the FAQ section but it didn&#39;t work.&nbsp;</p>
<p>And my final question is how can I get a game system added to the list in the hope for a Dynamic Character Sheet Template&nbsp;to be made for it? I&#39;m running my game using the Esper Gensis rules with is a port of the 5th Edition D&amp;D rules. Thanks for any help.&nbsp;<br /><br /><br /><br /><a rel="nofollow" href="https://thedarkstarchronicles.obsidianportal.com/wikis/main-page">https://thedarkstarchronicles.obsidianportal.com/wikis/main-page</a></p>
<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Changing color of wiki titles</title>
      <link>https://forums.obsidianportal.com/discussion/5737/changing-color-of-wiki-titles</link>
      <pubDate>Thu, 14 Jan 2021 01:49:20 +0000</pubDate>
      <dc:creator>juppo94</dc:creator>
      <guid isPermaLink="false">5737@/discussions</guid>
      <description><![CDATA[<p>I have looked around a lot and been able to dig up nothing. I want to&nbsp;change the titles of my wiki pages to white. because the light gray kind of just blends into the background. I also want to&nbsp;change the color of the names in the characters section because it has the same problem.&nbsp;<br /><br />&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Placing multip animated Gifs on One page</title>
      <link>https://forums.obsidianportal.com/discussion/5683/placing-multip-animated-gifs-on-one-page</link>
      <pubDate>Fri, 16 Oct 2020 03:09:43 +0000</pubDate>
      <dc:creator>Keryth987</dc:creator>
      <guid isPermaLink="false">5683@/discussions</guid>
      <description><![CDATA[<p>I can get one image to work but if i place a second one that image does not show. Any ideas?</p>
]]></description>
   </item>
   <item>
      <title>Categorize Charactes/NPCs?</title>
      <link>https://forums.obsidianportal.com/discussion/5700/categorize-charactes-npcs</link>
      <pubDate>Wed, 18 Nov 2020 15:44:52 +0000</pubDate>
      <dc:creator>SublimeBW</dc:creator>
      <guid isPermaLink="false">5700@/discussions</guid>
      <description><![CDATA[<p>Hey gang,</p>
<p>I have been out of the CSS formatting game for my Obsidian portal page and so my knowledge slipped away. I am wanting to create subgroups of characters based on tags and wasn&#39;t sure how to go about doing this.</p>
<p>I have a lot of cluttered characters from former storyarcs that are worth keeping around but I want to shift to not be in the primary mix as they may or may not be coming back.</p>
<p>Thanks for any info you can offer!</p>
<p>&nbsp;</p>
<p>Link to my character page for reference<br /><br /><a href="https://greyhawk-21.obsidianportal.com/characters" target="_blank" rel="nofollow">https://greyhawk-21.obsidianportal.com/characters</a></p>
]]></description>
   </item>
   <item>
      <title>Adventure Log Post Layout</title>
      <link>https://forums.obsidianportal.com/discussion/5662/adventure-log-post-layout</link>
      <pubDate>Tue, 22 Sep 2020 02:22:29 +0000</pubDate>
      <dc:creator>HumAnnoyd</dc:creator>
      <guid isPermaLink="false">5662@/discussions</guid>
      <description><![CDATA[<p>Hi, guys,</p>
<p>I am still banging away on our Star Trek campaign, specifically the <a rel="nofollow" href="https://startrekadventureslaurelsofvictory.obsidianportal.com/adventure-log">Adventure Log Post</a>.&nbsp; I want to use the header images I am creating for each Log as the main Clickable item on the Posts page.&nbsp; I want to show the whole image below the Title of the Log and the Date.&nbsp; Is there some way to simply have more of the post show up perhaps?&nbsp; Thanks for any help in advance!&nbsp;&nbsp;&nbsp;&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Changing the Nav Bar titles</title>
      <link>https://forums.obsidianportal.com/discussion/5640/changing-the-nav-bar-titles</link>
      <pubDate>Mon, 10 Aug 2020 21:00:19 +0000</pubDate>
      <dc:creator>tommy19</dc:creator>
      <guid isPermaLink="false">5640@/discussions</guid>
      <description><![CDATA[<p>I&#39;m looking to change the words displayed for the default OP navigation bar. I&#39;m not looking to fully replace the navigation menu or use images for the links, I simply want to change the words used in the default navigation bar. How would I go about doing this?</p>
]]></description>
   </item>
   <item>
      <title>Adventure Log Comment Section</title>
      <link>https://forums.obsidianportal.com/discussion/5667/adventure-log-comment-section</link>
      <pubDate>Thu, 01 Oct 2020 23:35:08 +0000</pubDate>
      <dc:creator>GamingMegaverse</dc:creator>
      <guid isPermaLink="false">5667@/discussions</guid>
      <description><![CDATA[<p>Ok, so I thought I had the container right, but cannot figure out what is wrong- I cannot seem to get comments on adventure logs to have the correct background.</p>
<p>Here is an example <a rel="nofollow" href="https://the-irregulars-savage-rifts.obsidianportal.com/adventure-log/betrayal">https://the-irregulars-savage-rifts.obsidianportal.com/adventure-log/betrayal</a></p>
]]></description>
   </item>
   <item>
      <title>Hange the color of the Quick Descriptions?</title>
      <link>https://forums.obsidianportal.com/discussion/5664/hange-the-color-of-the-quick-descriptions</link>
      <pubDate>Tue, 29 Sep 2020 01:02:56 +0000</pubDate>
      <dc:creator>Dropbeartots</dc:creator>
      <guid isPermaLink="false">5664@/discussions</guid>
      <description><![CDATA[<p>I know why the error is occurring when I try to change the Quick Descriptions&#39; color to white. The &quot;script&quot; portion of the word Description. Is there another way to change up the color of the Quick Descriptions that I&#39;m missing somewhere?</p>
]]></description>
   </item>
   <item>
      <title>The Groovy COTM Opening On The Verge</title>
      <link>https://forums.obsidianportal.com/discussion/5632/the-groovy-cotm-opening-on-the-verge</link>
      <pubDate>Sat, 25 Jul 2020 03:14:25 +0000</pubDate>
      <dc:creator>Dungeon_Master_Loki</dc:creator>
      <guid isPermaLink="false">5632@/discussions</guid>
      <description><![CDATA[<p>I love the fade in and the COTM floating badge on The Verge. Is there a way to replicate this one or both of these effects? I got Campaign of the Year in 2011 and would like to add that to the appropriate campaign unless it happens to be something only done for the currently featured site of course.&nbsp;</p>
<p>The floating badge alone would be sweet, and would reclaim some real estate on the main wiki.&nbsp;</p>
<p>Thanks!&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Front page Twitter widget</title>
      <link>https://forums.obsidianportal.com/discussion/5653/front-page-twitter-widget</link>
      <pubDate>Wed, 02 Sep 2020 03:18:08 +0000</pubDate>
      <dc:creator>tommy19</dc:creator>
      <guid isPermaLink="false">5653@/discussions</guid>
      <description><![CDATA[<p>So, in the past few weeks I&#39;ve decided to turn the OP page for Children of Gotham into my own creative hub where I create Fate content, fiction, and what have you. One of the things I would like to do to add to this is to create a twitter timeline for a CoG twitter account I made. I post things like links to content, links to fiction, updates on the games, and what have you and would really like to have that on the frontpage of the website. I even have the perfect place for it, I would like to have it replace the stream with all the updates about which wiki page I&#39;ve editted most recently.</p>
<p>I know where to get the code for the widget, that&#39;s easy enough. The difficulty is getting it on the frontpage. I tried using HTML with the absolute positioning tag but that appears to only be within the edittable area. I assume this means I have to add the CSS in the main area in the settings menu. The problem is I&#39;m not sure exactly what code I need to implement to get the widget placed. Obviously the positioning I can tweak to my liking but it&#39;s the main code I need to put in the CSS area to put the widget on the main page, outside the editable area.</p>
<p>Anyone able to help me with this?</p>
]]></description>
   </item>
   </channel>
</rss>