awpninja
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Arjuna theme remove trackbacksGo to Administration > Settings > Discussion and disable trackbacks and go to Appearance -> Arjuna Settings – Trackbacks and Comments and disable them.
Hope it helps,
PedroForum: Themes and Templates
In reply to: add logo to portfolio pressEdit your page-blog.php file and where it says:
<a href="https://annmariedavis.com/" title="Ann Marie Davis" rel="home"> Ann Marie Davis </a>
Replace with:
<img src="webpagelogo.jpg" width="360" height="229" alt="Sureal mirror">
Hope it helps,
PedroForum: Themes and Templates
In reply to: Adding a background logo/color for Cion themeYou’ll have to edit your home.php template and add the image manually, using CSS only is more complicated.
Add this before <div id=”wrapper2″>:
<img src="https://ckseesit.com/wp-content/uploads/2012/01/ckseeit-logo.jpg" height="200" width="150" />
Hope it helps,
PedroForum: Themes and Templates
In reply to: Custom page template in use, plugins won't work?Confirm that your templates have wp_head() before its </head>.
Hope it helps,
PedroHello!
1) Try this:
#gallery-1 dl { display:table; }
2) It seems that you figured this one out.
3) A hover on the caption text? Try this.
#gallery-1 .wp-caption-text .gallery-caption:hover { background: #AAA; }
Hope it helps,
PedroForum: Themes and Templates
In reply to: Twenty Eleven 1.3 Theme Customisation HelpHello!
If you would like to change only the About link then you have to insert this on your style.css file. Refer to https://www.w3schools.com/tags/ref_colorpicker.asp for the #color codes.
.menu .page-item-67 { font-size: 1.4em; background-color: #555; }
Are you refering to the Read More feature that’s enabled by the Read More tag on the post editor?
If yes, insert this in your style.css file:.more-link { background-color: #555; }