• Hi there, here I am again ??

    As pronounced in another thread I have a few finetuning CSS issues.
    Is it possible to:

    – remove the drop shadow site-title tag gives, even if I unchecked it and placed my own banner/header?
    – change italic font into normal
    – change capital/uppercase font to normal
    – remove the underlining of the links (I already tried to change ‘underline’ into ‘none’ in the CSS-stylesheet of the template, but I see no difference up front.
    – extend the amount of columns in the GL images widget? I’ve set it to 4 on my Portfolio page, but would be very happy if I could set it to 5 or perhaps even 7 columns.
    – project titles look different, having a smaller font, then page titles. Also they are centered in stead of left-aligned. Blog page is even more different, uppercase in smaller font.
    I would love it if I could have the Portfolio Page (which I created in Jetpack -> new project) and the Blog Page (which I’ve set as blog page) look the same with the same font type as the other pages of the site.
    – change the footer bar with credits for WordPress and Stained Glass theme look a little more subtle? Especially for my Home Page that would be great.

    Thanks!
    Franka

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter franka slothouber

    (@franka-slothouber)

    Further on this:
    I made some changes in de CSS-stylesheet, but in doing so I managed to change the color of font in main top menubar. It is now purple on a light grey backgrond in stead of light grey letters in a white background. I switched the background color in Customizer to default, so I do understand that, but how can I change the menu items back in another color?
    Also I would like to change the link-visit colors to something else then purple or blue.

    Ik can send you a screen shot from the part of the stylesheet where I made the changes.

    Thread Starter franka slothouber

    (@franka-slothouber)

    Color menubar is fixed now, so that issue is solved.
    Italic to normal dito, solved too.
    Underlining to none, dito.
    Changing the footer/creditbar dito, solved ??

    The rest of my questions remain:

    Uppercase font in the image widgets on front page and portfolio page: which CSS-code do I need to apply to see lowercase font?

    How to remove shadow from site title/ site description bar/tag?

    Extend the amount of columns in the images widget?

    Hi how did you manage to change the menu bar colour. I was following another post and did as they said without any luck.

    Thread Starter franka slothouber

    (@franka-slothouber)

    In the end I added this string of codes:

    .top-navigation .horisontal-navigation li a {
    color: #666666;
    }

    .top-navigation .horisontal-navigation li ul li a {
    color: #666666;
    }

    .top-navigation .horisontal-navigation li a:hover,
    .top-navigation .horisontal-navigation li a:focus {
    background: #999999;
    color: #ffffff;
    }

    .top-navigation .horisontal-navigation li ul li a:hover,
    .horisontal-navigation li ul li a:focus {
    background-color: #999999;
    color: #ffffff;
    }

    .top-navigation .horisontal-navigation .current-menu-ancestor a:before,
    .top-navigation .horisontal-navigation .current_page_item a:before,
    .top-navigation .horisontal-navigation .current_page_ancestor a:before,
    .top-navigation .horisontal-navigation .current-menu-item a:before {
    color: grey;
    }

    .top-navigation .horisontal-navigation li ul {
    background-color: #cccccc;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘lay-out issues’ is closed to new replies.