perzk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to remove border on gallery images???YES!!!! In the media.php file I found a gallery section with the line:
border: 2px solid #cfcfcf;
wich I changed to:
border: 0px solid #cfcfcf;
And now it works as wanted! Thank you all very much for sticking with me on this I really appreciate it! ??
Forum: Themes and Templates
In reply to: How to remove border on gallery images???Bummer I thought this would be an easy fix ??
Forum: Themes and Templates
In reply to: How to remove border on gallery images???searched it for “img” “gallery” and “border”. No valid entries found ??
Could it be embedded in some java file or something?
Forum: Themes and Templates
In reply to: How to remove border on gallery images???..\themes\pixeled\index.php contains:
<?php get_header(); ?>
<div id=”main”>
<div id=”contentwrapper”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?><div class=”topPost”>
<h2 class=”topTitle”>“><?php the_title(); ?></h2>
<p class=”topMeta”>af <?php the_author_posts_link(); ?> den <?php the_time(‘j F, Y’) ?>, under <?php the_category(‘, ‘); ?></p>
<div class=”topContent”><?php the_content(‘(læs mere…)’); ?></div>
<span class=”topComments”><?php comments_popup_link(‘Skriv en kommentar’, ‘1 Kommentar’, ‘% Kommentarer’); ?></span>
<span class=”topTags”><?php the_tags(‘:‘, ‘, ‘, ”); ?></span>
<span class=”topMore”>“>mere…</span>
<div class=”cleared”></div>
</div> <!– Closes topPost –><?php endwhile; ?>
<?php else : ?>
<div class=”topPost”>
<h2 class=”topTitle”>“>Intet fundet</h2>
<div class=”topContent”><p>Desværre, men det du leder efter findes ikke. Du kan søge igen her…</p></div>
</div> <!– Closes topPost –><?php endif; ?>
<div id=”nextprevious”>
<div class=”alignleft”><?php posts_nav_link(”,”,’« Tidligere artikler’) ?></div>
<div class=”alignright”><?php posts_nav_link(”,’Nyere artikler »’,”) ?></div>
<div class=”cleared”></div>
</div>
</div> <!– Closes contentwrapper–><?php get_sidebar(); ?>
<div class=”cleared”></div></div><!– Closes Main –>
<?php get_footer(); ?>
Forum: Themes and Templates
In reply to: How to remove border on gallery images???If you mean the index.php in the plugin folder it only contains:
<?php
// Silence is golden.
?>Forum: Themes and Templates
In reply to: How to remove border on gallery images???In my wp-content/plugins folder there is:
hello.php
index.php
and a folder: akismetForum: Themes and Templates
In reply to: How to remove border on gallery images???I am using the standard WP gallery and a theme called “pixeled”.
In the style.css in the pixeled folder it says:
a img {
border: none;
}Forum: Themes and Templates
In reply to: How to remove border on gallery images???I am sorry, but i have no gallery folder??
Forum: Themes and Templates
In reply to: How to remove border on gallery images???I searched all the header.php files, but none of them seems to contain the mentioned statement :/