Jump to content

how to customize css in the size of the title in a posting?


dil_bert

Recommended Posts

hello dear experts,

 

 

guess i have messed up the stylesheet of my page a bit. i need to customize the size of the characers in the theme. How do that.

note – i run the code below – i plugin called custom-css. this plugin is very very helpful – i tried alot but atm i am not able to customize the size of the title in postings.

 

 

love to hear from you

 

 

 

 









/* Enter Your Custom CSS Here */

.home .post-228 .entry-header {
    display: none;
}

.entry-meta .byline, .entry-meta .cat-links { display: none; }

.entry-content {
    font-family: Georgia, serif;
    font-size: 10px;
}

body,
.site-header {
    width: 95%;
}
body {
    margin: 0 auto;
}

#cff {
    width: 100% !important;
    padding: 0 !important;
}

.hentry {
margin: 0 auto 18px !important;
}

(margin-bottom is 17px now,)

.entry-title {font: 22px Georgia} /* Inhalte sind nur Beispiele */

.slider_container {
    margin: 5px auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.su-column-inner #scrapeazon-iframe:hover {
    height: 400px;
    position: absolute;
    width: 800px;
    background: #fff;
    z-index: 9999;
    padding: 25px;
    border: 1px solid #cdcdcd !important;
}

.su-column-inner #scrapeazon-iframe {
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
}

.su-column-inner #advanced_iframe:hover {
    height: 200px;
    position: absolute;
    width: 500px;
    background: #fff;
    z-index: 9999;
    padding: 25px;
    border: 1px solid #cdcdcd !important;
}

.su-column-inner #advanced_iframe {
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
}

.list-view .site-content .hentry
{
  border-top: none;
  padding-top: 8px;
}







hopy you can help here

Link to comment
Share on other sites

hello dear ginerjm

many thanks for the quick reply. 

 

it appears on the page: http://www.literaturen.org

 

i have tried some thing but i did not succed

 

there on the page the headings oft the postings are some of the following.. (written in capitals)

 

Neuerscheinungen

Neu im Regal

Über das spricht man

 

etc. etx.

 

love to hear from you

any and all help is greatly appreciated

 

greetings

Link to comment
Share on other sites

hi there - i have no additional code in the css.

but i will have a closer look later the day...

 

meanwhile i hve added a screenshot - notthing harmful

 

post-178888-0-84028600-1481815435_thumb.jpg

 

 

hmm - i try t o figure out what happens  - and how i can customize the headings.

- in other words - put the seize a bit smaller...

Link to comment
Share on other sites

Are you familiar with the code inspector in your browser? In Firefox, Chrome, and Internet Explorer, you can right click the "Neuerscheinungen" text and click "Inspect Element" (or "Inspect" for Chrome).

 

The code inspector lets you see what CSS is applied to the selected element. You can also change the values, add new CSS rules, etc. Of course, the changes through the inspector will be temporary.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.