Help with the Blaskan theme
-
Hello, two questions.
Firstly, how can I get rid of the continue reading link that seems to show up automatically when I post an entry that’s just an image. The problem is evident on the only post currently on the site. To be clear, I haven’t added that using the more tag.
Secondly, I’d like to move the navigation menu to the right of the frame, but i cant work out how to do this.
Any help with either of these questions would be appreciated.
http://www.deviationstandard.com
Cheers
The blog I need help with is: (visible only to logged in users)
-
-
-
How can I get rid of the continue reading link that seems to show up automatically when I post an entry that’s just an image?
The continue reading link appears for posts with a featured image.
You can hide it either by removing the featured image or you can hide all links like that with the following CSS:.more-link { display: none; }I wouldn’t recommend hiding all of them though—I would recommend using the first option.
-
I’d like to move the navigation menu to the right of the frame, but i cant work out how to do this.
#nav li { float: right; } -
- The topic ‘Help with the Blaskan theme’ is closed to new replies.